Skip to content

Commit

Permalink
Revert to make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
rchriste committed Sep 16, 2024
1 parent 83d0294 commit 9c926e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inquire/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
crossterm = { version = "0.26", optional = true }
termion = { version = "2.0", optional = true }
crossterm = { version = "0.25", optional = true }
termion = { version = "4.0", optional = true }
console = { version = "0.15", optional = true, features = [
"windows-console-colors",
] }
Expand All @@ -53,7 +53,7 @@ unicode-width = "0.1"
fxhash = "0.2"

[dev-dependencies]
rstest = "0.18.2"
rstest = "0.22.0"
chrono = { version = "0.4" }

[[example]]
Expand Down

0 comments on commit 9c926e5

Please sign in to comment.