Skip to content

Commit

Permalink
Revert termion to root cause regression
Browse files Browse the repository at this point in the history
  • Loading branch information
rchriste committed Sep 16, 2024
1 parent ec8e82e commit d7dd038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inquire/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
crossterm = { version = "0.28", optional = true }
termion = { version = "4.0", optional = true }
termion = { version = "2.0", optional = true }
console = { version = "0.15", optional = true, features = [
"windows-console-colors",
] }
Expand Down

0 comments on commit d7dd038

Please sign in to comment.