tempdir -> tempfile
According to the documentation of the tempdir crate
This commit is contained in:
parent
e44d4dea7a
commit
663ce42016
3 changed files with 22 additions and 65 deletions
|
|
@ -34,7 +34,7 @@ xdg = "2"
|
|||
[dev-dependencies]
|
||||
assert_matches = "1"
|
||||
pretty_assertions = "1"
|
||||
tempdir = "0.3"
|
||||
tempfile = "3"
|
||||
|
||||
[target.'cfg(target_os="linux")'.dependencies]
|
||||
procfs = "0.14.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue