1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: accept older branch of crate crossterm
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-11-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -77,7 +77,7 @@
cfg-if = "1.0.0"
clap = { version = "4.5.23", features = ["default", "cargo", "wrap_help", "derive"] }
concat-string = "1.0.1"
-crossterm = "0.28.1"
+crossterm = ">= 0.27.0, <= 0.28"
ctrlc = { version = "3.4.5", features = ["termination"] }
dirs = "5.0.1"
# Maybe consider https://github.com/rust-lang/rustc-hash for some cases too?
|