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

16 lines
514 B

--- io-lifetimes-0.2.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ io-lifetimes-0.2.0/Cargo.toml 2021-06-25T15:41:57.787507+00:00
@@ -44,11 +44,8 @@
features = ["io-std", "fs", "net", "process"]
optional = true
[build-dependencies.rustc_version]
-version = "0.4.0"
+version = "0.3.3"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.96"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = ["handleapi", "std", "winsock2"]
[badges.maintenance]
status = "actively-developed"