File: remove-windows.diff

package info (click to toggle)
rust-hostname 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: hostname/Cargo.toml
===================================================================
--- hostname.orig/Cargo.toml
+++ hostname/Cargo.toml
@@ -69,12 +69,3 @@ version = "0.9"
 
 [target.'cfg(any(unix, target_os = "redox"))'.dependencies.libc]
 version = "0.2"
-
-[target.'cfg(target_os = "windows")'.dependencies.windows-link]
-version = "0.1.1"
-
-[target.'cfg(target_os = "windows")'.dev-dependencies.similar-asserts]
-version = "1.6.1"
-
-[target.'cfg(target_os = "windows")'.dev-dependencies.windows-bindgen]
-version = "0.61"