1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

be less prescriptive with clap versions (#1514)

This commit is contained in:
Sylvestre Ledru 2020-05-21 22:18:13 +02:00 committed by GitHub
parent 0a02aeda71
commit 2fe2fe7275
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ name = "uu_cp"
path = "src/cp.rs"
[dependencies]
clap = "2.32.0"
clap = "2.32"
filetime = "0.2"
libc = "0.2.42"
quick-error = "1.2.3"

View file

@ -11,7 +11,7 @@ path = "src/date.rs"
[dependencies]
chrono = "0.4.4"
clap = "2.32.0"
clap = "2.32"
uucore = "0.0.2"
[[bin]]

View file

@ -10,7 +10,7 @@ name = "uu_join"
path = "src/join.rs"
[dependencies]
clap = "2.32.0"
clap = "2.32"
uucore = "0.0.2"
[[bin]]

View file

@ -10,7 +10,7 @@ name = "uu_uname"
path = "src/uname.rs"
[dependencies]
clap = "2.32.0"
clap = "2.32"
platform-info = "0.0.1"
uucore = "0.0.2"