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-io-lifetimes/io-lifetimes-fix-metadata.diff

27 lines
644 B

--- io-lifetimes-0.4.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ io-lifetimes-0.4.3/Cargo.toml 2021-11-28T23:11:43.975590+00:00
@@ -30,12 +30,12 @@
optional = true
[dependencies.mio]
-version = "0.8.0"
+version = "0.7.14"
features = ["net", "os-ext"]
optional = true
[dependencies.os_pipe]
-version = "1.0.0"
+version = "0.9.2"
optional = true
[dependencies.socket2]
@@ -53,8 +53,5 @@
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.96"
optional = true
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = ["handleapi", "std", "winsock2"]
[badges.maintenance]
status = "actively-developed"