You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-socket2/socket2-0.3.6-fix-metadata....

12 lines
445 B

7 years ago
--- socket2-0.3.6/Cargo.toml 1969-12-31T16:00:00-08:00
+++ socket2-0.3.6/Cargo.toml 2018-06-04T21:26:47.924414-07:00
@@ -33,8 +33,3 @@
[target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc]
version = "0.2"
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.1.38"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.3"
-features = ["handleapi", "ws2def", "ws2ipdef", "ws2tcpip", "minwindef"]