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:
parent
ecfb42ba6c
commit
90de33d5d7
1 changed files with 3 additions and 3 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue