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

maint/df: relax the dependencies

This commit is contained in:
Sylvestre Ledru 2020-04-29 09:50:13 +02:00 committed by Roy Ivy III
parent ecfb42ba6c
commit 90de33d5d7

View file

@ -8,12 +8,12 @@ name = "uu_df"
path = "src/df.rs"
[dependencies]
clap = "2.32.0"
libc = "0.2.42"
clap = "2.32"
libc = "0.2"
uucore = "0.0.1"
[target.'cfg(target_os = "windows")'.dependencies]
kernel32-sys = "0.2.2"
kernel32-sys = "0.2"
winapi = { version = "0.3", features = ["handleapi"] }
[[bin]]