mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
refactor(global): Move from tempdir to tempfile:
* the crate has been deprecated
This commit is contained in:
parent
80987250d2
commit
ac34d136f2
7 changed files with 26 additions and 49 deletions
|
@ -332,7 +332,7 @@ filetime = "0.2"
|
|||
libc = "0.2"
|
||||
rand = "0.6"
|
||||
regex = "1.0"
|
||||
tempdir = "0.3"
|
||||
tempfile = "3.1"
|
||||
time = "0.1"
|
||||
unindent = "0.1"
|
||||
uucore = { version="0.0.4", package="uucore", git="https://github.com/uutils/uucore.git", branch="master", features=["entries"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue