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

10 lines
385 B

--- net2-0.2.35/Cargo.toml 2020-09-07T17:47:18+00:00
+++ net2-0.2.35/Cargo.toml 2020-09-18T18:45:54.430219+00:00
5 years ago
@@ -30,6 +30,3 @@
nightly = []
5 years ago
[target."cfg(any(target_os=\"redox\", unix, target_os=\"wasi\"))".dependencies.libc]
version = "0.2.54"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["handleapi", "winsock2", "ws2def", "ws2ipdef", "ws2tcpip"]