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

--- mio-0.7.2/Cargo.toml 2020-10-02T08:07:03+00:00
+++ mio-0.7.2/Cargo.toml 2020-10-07T11:43:21.105328+00:00
@@ -60,12 +60,3 @@
5 years ago
uds = []
[target."cfg(unix)".dependencies.libc]
version = "0.2.69"
-[target."cfg(windows)".dependencies.miow]
5 years ago
-version = "0.3.3"
-
-[target."cfg(windows)".dependencies.ntapi]
-version = "0.3"
-
-[target."cfg(windows)".dependencies.winapi]
5 years ago
-version = "0.3"
-features = ["winsock2", "mswsock"]