File: disable-windows.diff

package info (click to toggle)
rust-net2 0.2.39-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 304 kB
  • sloc: makefile: 4
file content (18 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/Cargo.toml b/Cargo.toml
index 5f3052b..7407731 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,13 +39,3 @@ nightly = []
 
 [target."cfg(any(unix, target_os=\"wasi\"))".dependencies.libc]
 version = "0.2.139"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = [
-    "handleapi",
-    "winsock2",
-    "ws2def",
-    "ws2ipdef",
-    "ws2tcpip",
-]