mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +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
|
@ -1,4 +1,4 @@
|
|||
extern crate tempdir;
|
||||
extern crate tempfile;
|
||||
#[cfg(unix)]
|
||||
extern crate unix_socket;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue