1
Fork 0
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:
Sylvestre Ledru 2020-06-09 11:30:19 +02:00
parent 80987250d2
commit ac34d136f2
7 changed files with 26 additions and 49 deletions

View file

@ -1,4 +1,4 @@
extern crate tempdir;
extern crate tempfile;
#[cfg(unix)]
extern crate unix_socket;