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-mio0.6/mio-fix-metadata.diff

31 lines
795 B

5 years ago
--- mio-0.6.20/Cargo.toml 1970-01-01T00:00:00+00:00
+++ mio-0.6.20/Cargo.toml 2019-11-22T19:34:26.604578+00:00
@@ -28,7 +28,7 @@
name = "test"
path = "test/mod.rs"
[dependencies.cfg-if]
-version = "=0.1.9"
+version = "0.1.9"
[dependencies.iovec]
version = "0.1.1"
@@ -54,18 +54,5 @@
[features]
default = ["with-deprecated"]
with-deprecated = []
-[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-zircon]
-version = "0.3.2"
-
-[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-zircon-sys]
-version = "0.3.2"
[target."cfg(unix)".dependencies.libc]
7 years ago
version = "0.2.42"
-[target."cfg(windows)".dependencies.kernel32-sys]
-version = "0.2"
-
-[target."cfg(windows)".dependencies.miow]
-version = "0.2.1"
-
-[target."cfg(windows)".dependencies.winapi]
7 years ago
-version = "0.2.6"