_clean-cargo-deps
authorXimin Luo <infinity0@debian.org>
Sun, 12 Aug 2018 07:15:23 +0000 (12:45 +0530)
committerXimin Luo <infinity0@debian.org>
Sun, 12 Aug 2018 07:15:23 +0000 (12:45 +0530)
Gbp-Pq: Name 2004_clean-cargo-deps.patch

Cargo.toml

index 5217104ebb651e263a223d229cab4df940a09f6d..0764bd5aa86f8768682c8809be271a19d63a7330 100644 (file)
@@ -61,27 +61,27 @@ num-traits = "0.2" # enable the default feature
 [target.'cfg(target_os = "macos")'.dependencies]
 core-foundation = { version = "0.5.1", features = ["mac_os_10_7_support"] }
 
-[target.'cfg(windows)'.dependencies]
-miow = "0.3"
+[target.'cfg(windows)'.dependencies]
+miow = "0.3"
 
-[target.'cfg(windows)'.dependencies.winapi]
-version = "0.3"
-features = [
-  "handleapi",
-  "jobapi",
-  "jobapi2",
-  "minwindef",
-  "ntdef",
-  "ntstatus",
-  "processenv",
-  "processthreadsapi",
-  "psapi",
-  "synchapi",
-  "winerror",
-  "winbase",
-  "wincon",
-  "winnt",
-]
+[target.'cfg(windows)'.dependencies.winapi]
+version = "0.3"
+features = [
+  "handleapi",
+  "jobapi",
+  "jobapi2",
+  "minwindef",
+  "ntdef",
+  "ntstatus",
+  "processenv",
+  "processthreadsapi",
+  "psapi",
+  "synchapi",
+  "winerror",
+  "winbase",
+  "wincon",
+  "winnt",
+]
 
 [dev-dependencies]
 bufstream = "0.1"