mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
cosmetic: consistency in the walkdir cargo declaration
This commit is contained in:
Generated
-1
@@ -471,7 +471,6 @@ version = "0.9.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"const_fn 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"const_fn 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"crossbeam-utils 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
||||
@@ -17,7 +17,7 @@ path = "src/chgrp.rs"
|
||||
[dependencies]
|
||||
uucore = { version=">=0.0.4", package="uucore", path="../../uucore", features=["entries", "fs"] }
|
||||
uucore_procs = { version=">=0.0.4", package="uucore_procs", path="../../uucore_procs" }
|
||||
walkdir = "2.2.8"
|
||||
walkdir = "2.2"
|
||||
|
||||
[[bin]]
|
||||
name = "chgrp"
|
||||
|
||||
@@ -25,7 +25,7 @@ libc = "0.2.42"
|
||||
quick-error = "1.2.3"
|
||||
uucore = { version=">=0.0.4", package="uucore", path="../../uucore", features=["fs"] }
|
||||
uucore_procs = { version=">=0.0.4", package="uucore_procs", path="../../uucore_procs" }
|
||||
walkdir = "2.2.8"
|
||||
walkdir = "2.2"
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
ioctl-sys = "0.5.2"
|
||||
|
||||
@@ -16,7 +16,7 @@ path = "src/rm.rs"
|
||||
|
||||
[dependencies]
|
||||
clap = "2.33"
|
||||
walkdir = "2.2.8"
|
||||
walkdir = "2.2"
|
||||
remove_dir_all = "0.5.1"
|
||||
uucore = { version=">=0.0.4", package="uucore", path="../../uucore" }
|
||||
uucore_procs = { version=">=0.0.4", package="uucore_procs", path="../../uucore_procs" }
|
||||
|
||||
Reference in New Issue
Block a user