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

16 lines
441 B

--- mio-0.7.11/Cargo.toml 1970-01-01T00:00:00+00:00
+++ mio-0.7.11/Cargo.toml 2021-03-23T18:07:27.447993+00:00
@@ -61,12 +61,3 @@
uds = ["net"]
[target."cfg(unix)".dependencies.libc]
version = "0.2.86"
-[target."cfg(windows)".dependencies.miow]
-version = "0.3.6"
5 years ago
-
-[target."cfg(windows)".dependencies.ntapi]
-version = "0.3"
-
-[target."cfg(windows)".dependencies.winapi]
5 years ago
-version = "0.3"
-features = ["winsock2", "mswsock", "mstcpip"]