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 9afc362 commit 9f08f12Copy full SHA for 9f08f12
Cargo.toml
@@ -13,7 +13,7 @@ readme = "README.md"
13
exclude = ["screenshots/*"]
14
15
[dependencies]
16
-console = { version = "0.15", default-features = false, features = ["ansi-parsing"] }
+console = { version = "0.16", default-features = false, features = ["ansi-parsing", "std"] }
17
futures-core = { version = "0.3", default-features = false, optional = true }
18
unit-prefix = "0.5.1"
19
portable-atomic = "1.0.0"
0 commit comments