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

--- mio-0.7.6/Cargo.toml 2020-11-16T14:39:19+00:00
+++ mio-0.7.6/Cargo.toml 2020-11-19T22:50:15.626960+00:00
@@ -60,12 +60,3 @@
uds = ["net"]
[target."cfg(unix)".dependencies.libc]
version = "0.2.69"
-[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"]