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.5/Cargo.toml 2020-10-31T18:22:28+00:00
+++ mio-0.7.5/Cargo.toml 2020-11-05T22:44:02.274380+00:00
@@ -58,12 +58,3 @@
uds = []
[target."cfg(unix)".dependencies.libc]
version = "0.2.69"
-[target."cfg(windows)".dependencies.miow]
-version = "0.3.3"
-
-[target."cfg(windows)".dependencies.ntapi]
-version = "0.3"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winsock2", "mswsock"]