1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Merge pull request #2291 from tertsdiepraam/remove-tempdir

Replace `tempdir` with `tempfile`
This commit is contained in:
Sylvestre Ledru 2021-05-28 10:45:19 +02:00 committed by GitHub
commit 222bd81190
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 46 additions and 132 deletions

View file

@ -347,7 +347,6 @@ time = "0.1"
unindent = "0.1"
uucore = { version=">=0.0.8", package="uucore", path="src/uucore", features=["entries"] }
walkdir = "2.2"
tempdir = "0.3"
[target.'cfg(unix)'.dev-dependencies]
rust-users = { version="0.10", package="users" }