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

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