mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fix/df ~ missing windows imports
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user