_clean-cargo-deps
authorXimin Luo <infinity0@debian.org>
Sat, 27 Jan 2018 09:41:06 +0000 (15:11 +0530)
committerXimin Luo <infinity0@debian.org>
Sat, 27 Jan 2018 09:41:06 +0000 (15:11 +0530)
Gbp-Pq: Name 2004_clean-cargo-deps.patch

Cargo.toml

index 11390b79937e1319c1afbebe75afa382836431c6..9d759c39a9a1b3416252584bc6cf675131428cf7 100644 (file)
@@ -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"