Skip to content

Commit

Permalink
added dep: prefix to be more explicit in the Cargo.toml feature fla…
Browse files Browse the repository at this point in the history
…g dependency
  • Loading branch information
calvinrp committed May 7, 2024
1 parent f62fe12 commit 8ebed4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = { workspace = true}
[features]
default = ["cli-interactive"]
native-tls-vendored = ["reqwest/native-tls-vendored"]
cli-interactive = ["dialoguer"]
cli-interactive = ["dep:dialoguer"]
not-interactive-cli = []

[dependencies]
Expand Down

0 comments on commit 8ebed4c

Please sign in to comment.