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-auto.diff

16 lines
383 B

--- net2-0.2.39/Cargo.toml 1970-01-01T00:00:01+00:00
+++ net2-0.2.39/Cargo.toml 2023-06-23T21:39:29.016114+00:00
@@ -40,12 +40,3 @@
[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",
-]