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

13 lines
422 B

--- term_size-0.3.2/Cargo.toml 2020-05-02T02:35:26+00:00
+++ term_size-0.3.2/Cargo.toml 2022-07-05T13:41:05.452374+00:00
@@ -62,9 +62,6 @@
unstable = []
[target."cfg(not(target_os = \"windows\"))".dependencies.libc]
version = "0.2.20"
-[target."cfg(target_os = \"windows\")".dependencies.winapi]
-version = "0.3"
-features = ["wincon", "processenv", "winbase"]
[badges.appveyor]
repository = "kbknapp/term_size-rs"