From 4aedc4cd0dead405cb5c722b55887308cdc78ae7 Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Sun, 15 Apr 2018 12:28:29 +0530 Subject: [PATCH] _clean-cargo-deps Gbp-Pq: Name 2004_clean-cargo-deps.patch --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" -- 2.30.2