summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2023-07-26 11:17:50 -0700
committerWilfred Hughes <me@wilfred.me.uk>2023-07-26 11:17:50 -0700
commit721ad0863d23fc77ee4ac46f4d485d81b37a9003 (patch)
treea71f391001c2228133ceb2d840d3b2858b99fb0f
parent13c67177c00a10f2ed6d2628403dbe2cf5adf7ba (diff)
Revert "Update crossterm version"
This reverts commit a5251966357cc7c0f883e94988b27c02319f81c6. Looks like it doesn't compile on Rust 1.57.
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 25e3c8e41..759fae83c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -187,9 +187,9 @@ dependencies = [
[[package]]
name = "crossterm"
-version = "0.26.1"
+version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
+checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
dependencies = [
"bitflags",
"crossterm_winapi",
diff --git a/Cargo.toml b/Cargo.toml
index fbc46a454..9940b0536 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,7 +57,7 @@ tree_magic_mini = "3.0.2"
# bumpalo 3.12 requires newer rust
bumpalo = "3.11.1"
unicode-width = "0.1.9"
-crossterm = { version = "0.26.1", features = [] }
+crossterm = { version = "0.25.0", features = [] }
glob = "0.3.1"
strum = { version = "0.25", features = ["derive"] }
# hashbrown 0.13 requires rust 1.61