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.
26 lines
537 B
26 lines
537 B
--- crossterm-0.10.1/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
+++ crossterm-0.10.1/Cargo.toml 2019-07-28T17:40:35.529518+00:00
|
|
@@ -26,7 +26,7 @@
|
|
name = "crossterm"
|
|
path = "src/lib.rs"
|
|
[dependencies.crossterm_cursor]
|
|
-version = "^0.2"
|
|
+version = "^0.2.5"
|
|
optional = true
|
|
|
|
[dependencies.crossterm_input]
|
|
@@ -42,11 +42,11 @@
|
|
optional = true
|
|
|
|
[dependencies.crossterm_terminal]
|
|
-version = "^0.2"
|
|
+version = "^0.2.5"
|
|
optional = true
|
|
|
|
[dependencies.crossterm_utils]
|
|
-version = "^0.2"
|
|
+version = "^0.2.4"
|
|
optional = false
|
|
|
|
[features]
|