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

22 lines
546 B

--- crossterm-0.17.7/Cargo.toml 2020-07-13T19:33:25+00:00
+++ crossterm-0.17.7/Cargo.toml 2020-09-11T22:54:04.818132+00:00
@@ -41,7 +41,7 @@
version = "1.4"
[dependencies.parking_lot]
-version = "0.10"
+version = "0.11"
[dependencies.serde]
version = "1.0"
@@ -73,9 +73,3 @@
[target."cfg(unix)".dependencies.signal-hook]
version = "0.1.15"
features = ["mio-0_7-support"]
-[target."cfg(windows)".dependencies.crossterm_winapi]
-version = "0.6.1"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8"
-features = ["winuser"]