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

--- mio-0.8.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-0.8.0/Cargo.toml 2022-02-03T14:10:08.584099+00:00
@@ -53,12 +53,3 @@
os-poll = []
[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"]