We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc6961 commit fe90adeCopy full SHA for fe90ade
inquire/Cargo.toml
@@ -29,7 +29,7 @@ all-features = true
29
rustdoc-args = ["--cfg", "docsrs"]
30
31
[dependencies]
32
-crossterm = { version = "0.25", optional = true }
+crossterm = { version = "0.26", optional = true }
33
termion = { version = "2.0", optional = true }
34
console = { version = "0.15", optional = true, features = ["windows-console-colors"] }
35
0 commit comments