Skip to content

Commit

Permalink
cargo: use feature "dep:" syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Apr 8, 2024
1 parent 4f42863 commit 0747506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ required-features = ["bin"]

# Feature for all additional dependencies of the binary.
[features]
bin = ["clap", "crossterm"]
bin = ["dep:clap", "dep:crossterm"]

[dependencies]
# +++ LIBRARY +++
Expand Down

0 comments on commit 0747506

Please sign in to comment.