Skip to content

Commit

Permalink
fix(cargo): disable default features for dialoguer
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 10, 2023
1 parent b908284 commit 925166d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
39 changes: 0 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ clap_complete = "4.1.4"
clap_mangen = "0.2.9"
colored = "2.0.0"
console = "0.15.5"
dialoguer = { version = "0.10.3", no-default-features = true }
dialoguer = { version = "0.10.3", default-features = false }
dirs = "4.0.0"
serde = { version = "1.0.154", features = ["derive"] }
thiserror = "1.0.39"
Expand Down

0 comments on commit 925166d

Please sign in to comment.