David Kellum
|
0de3a69eb4
|
fs: drop deprecated tempdir crate use in tests (#1312)
In particular because it pulls in old rand duplicates. Replace use
with tempfile::tempdir() which has been available since tempfile
3.0.0.
|
2019-07-15 15:32:33 -07:00 |
|
andy finch
|
795e02f4c6
|
fs: update to use std::future (#1269)
|
2019-07-11 09:05:49 -07:00 |
|
Carl Lerche
|
cb4aea394e
|
Update Tokio to Rust 2018 (#1082)
|
2019-05-14 10:27:36 -07:00 |
|
Kazuyoshi Kato
|
33a216e4c1
|
fs: add more tests (#755)
Fixes #704.
|
2018-11-16 14:50:06 -08:00 |
|
Kazuyoshi Kato
|
9153067d66
|
fs: add tests for directory-related functions (#704) (#724)
This change adds a few tests around directory-related functions.
|
2018-11-13 18:28:52 -05:00 |
|