1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12: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"] }

View file

@ -22,7 +22,7 @@ libc = "0.2"
uucore = { version=">=0.0.8", package="uucore", path="../../uucore" }
[dev-dependencies]
tempfile = "^3"
tempfile = "3"
[target.'cfg(target_os = "linux")'.dependencies]
signal-hook = "0.3.9"

View file

@ -17,7 +17,7 @@ path = "src/mktemp.rs"
[dependencies]
clap = { version = "3.0", features = ["wrap_help", "cargo"] }
rand = "0.8"
tempfile = "3.1"
tempfile = "3"
uucore = { version=">=0.0.11", package="uucore", path="../../uucore" }
[[bin]]

View file

@ -16,7 +16,7 @@ path = "src/stdbuf.rs"
[dependencies]
clap = { version = "3.0", features = ["wrap_help", "cargo"] }
tempfile = "3.1"
tempfile = "3"
uucore = { version=">=0.0.11", package="uucore", path="../../uucore" }
[build-dependencies]