Skip to content

Commit

Permalink
Try console instead of crossterm
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Browning authored and Danny Browning committed Feb 13, 2023
1 parent 57e9fad commit 1c4b1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ed25519-compact = "2.0.4"
env_logger = "0.10.0"
futures-util = "0.3.26"
hex = "0.4.3"
inquire = "0.5.3"
inquire = { version = "0.5.3", default-features = false, features = ["console"] }
log = "0.4"
reqwest = { version = "0.11.14", default-features = false, features = ["rustls", "stream"] }
semver = "1.0.16"
Expand Down

0 comments on commit 1c4b1c9

Please sign in to comment.