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-fix-metadata.diff

12 lines
470 B

--- socket2-0.3.17/Cargo.toml 2020-11-21T10:54:31+00:00
+++ socket2-0.3.17/Cargo.toml 2020-11-21T14:10:01.562820+00:00
@@ -35,8 +35,3 @@
7 years ago
[target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc]
5 years ago
version = "0.2.66"
features = ["align"]
7 years ago
-[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"]