1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

Consistent tempfile crate declaration (version 3) (#3244)

This commit is contained in:
OHNONOTAMOTH 2022-03-12 03:40:23 -05:00 committed by GitHub
parent 2c10ddf3f4
commit 094198b22a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -375,7 +375,7 @@ pretty_assertions = "1"
rand = "0.8"
regex = "1.0"
sha1 = { version="0.10", features=["std"] }
tempfile = "3.2.0"
tempfile = "3"
time = "0.1"
unindent = "0.1"
uucore = { version=">=0.0.11", package="uucore", path="src/uucore", features=["entries", "process"] }