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"
|