Skip to content

Commit

Permalink
fix: add clap usage feature which is needed by clap 4.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Sep 20, 2023
1 parent 62bcfba commit 3310101
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 @@ anyhow = "1.0.75"
dns-lookup = "2.0.3"
trust-dns-resolver = "0.23.0"
crossbeam = "0.8.2"
clap = { version = "4.4.0", default-features = false, features = [ "cargo", "derive", "wrap_help" ] }
clap = { version = "4.4.0", default-features = false, features = [ "cargo", "derive", "wrap_help", "usage" ] }
clap_complete = "4.4.1"
humantime = "2.1.0"
parking_lot = "0.12.1"
Expand Down

0 comments on commit 3310101

Please sign in to comment.