1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

chore: replace tempdir with tempfile

This commit is contained in:
Terts Diepraam 2021-05-27 22:47:03 +02:00
parent 41539df91d
commit ebe6341ae3
6 changed files with 7 additions and 11 deletions

2
Cargo.lock generated
View file

@ -2536,7 +2536,7 @@ dependencies = [
"rand 0.7.3",
"rayon",
"semver 0.9.0",
"tempdir",
"tempfile",
"unicode-width",
"uucore",
"uucore_procs",