From: Ximin Luo Date: Sun, 15 Apr 2018 06:58:29 +0000 (+0530) Subject: _clean-cargo-deps X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2^2~1^2~1^2^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4aedc4cd0dead405cb5c722b55887308cdc78ae7;p=cargo.git _clean-cargo-deps Gbp-Pq: Name 2004_clean-cargo-deps.patch --- diff --git a/Cargo.toml b/Cargo.toml index 254bad04a..f84e8e0c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,11 +56,11 @@ url = "1.1" [target.'cfg(target_os = "macos")'.dependencies] core-foundation = { version = "0.4.4", features = ["mac_os_10_7_support"] } -[target.'cfg(windows)'.dependencies] -kernel32-sys = "0.2" -miow = "0.2" -psapi-sys = "0.1" -winapi = "0.2" +#[target.'cfg(windows)'.dependencies] +#kernel32-sys = "0.2" +#miow = "0.2" +#psapi-sys = "0.1" +#winapi = "0.2" [dev-dependencies] bufstream = "0.1"