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.1/Cargo.toml 2020-09-29T17:56:12+00:00
+++ mio-0.7.1/Cargo.toml 2020-10-01T10:15:41.356114+00:00
@@ -57,12 +57,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"]