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
365 B

--- net2-0.2.33/Cargo.toml 1970-01-01T01:00:00+01:00
+++ net2-0.2.33/Cargo.toml 2018-11-11T13:44:38.254464+01:00
@@ -29,6 +29,3 @@
nightly = []
[target."cfg(any(target_os=\"redox\", unix))".dependencies.libc]
version = "0.2.42"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["handleapi", "winsock2", "ws2def", "ws2ipdef", "ws2tcpip"]