mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
fix/df ~ missing windows imports
This commit is contained in:
parent
091a356807
commit
81d85f398b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ uucore = "0.0.1"
|
|||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
kernel32-sys = "0.2"
|
||||
winapi = { version = "0.3", features = ["handleapi"] }
|
||||
winapi = { version = "0.3", features = ["handleapi", "winerror"] }
|
||||
|
||||
[[bin]]
|
||||
name = "df"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue