Skip to content

Commit 4a11489

Browse files
committed
Downgrade crossterm to 0.25.0
1 parent 2c00fd1 commit 4a11489

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

Cargo.lock

Lines changed: 2 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

espflash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ bytemuck = { version = "1.12.3", features = ["derive"] }
3131
clap = { version = "4.0.32", features = ["derive", "env"], optional = true }
3232
clap_complete = { version = "4.1.5", optional = true }
3333
comfy-table = { version = "6.1.4", optional = true }
34-
crossterm = { version = "0.26.1", optional = true }
34+
crossterm = { version = "0.25.0", optional = true } # 0.26.x causes issues on Windows
3535
ctrlc = { version = "3.2.5", optional = true }
3636
dialoguer = { version = "0.10.2", optional = true }
3737
directories-next = { version = "2.0.0", optional = true }

0 commit comments

Comments
 (0)