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-mio0.7/mio-fix-metadata-auto.diff

16 lines
441 B

--- mio-0.7.14/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-0.7.14/Cargo.toml 2023-06-14T15:22:23.250246+00:00
@@ -60,12 +60,3 @@
uds = ["net"]
[target."cfg(unix)".dependencies.libc]
version = "0.2.86"
-[target."cfg(windows)".dependencies.miow]
-version = "0.3.6"
-
-[target."cfg(windows)".dependencies.ntapi]
-version = "0.3"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winsock2", "mswsock", "mstcpip"]