Skip to content

Commit

Permalink
Require minimum clap v4.2.4.
Browse files Browse the repository at this point in the history
This avoids a lint failure <clap-rs/clap#4733>.
  • Loading branch information
kpreid committed Apr 21, 2023
1 parent b135a62 commit 840e87e
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 @@ -33,7 +33,7 @@ bitflags = "2.0.2"
# Note that this excludes the "derive" feature but some crates need it.
bytemuck = { version = "1.12.1", default-features = false }
# When upgrading clap, beware text output changes causing integration tests to fail.
clap = { version = "4.1.1", default-features = false, features = ["cargo", "deprecated", "derive", "help", "std", "suggestions", "usage", "wrap_help"] }
clap = { version = "4.2.4", default-features = false, features = ["cargo", "deprecated", "derive", "help", "std", "suggestions", "usage", "wrap_help"] }
criterion = { version = "0.4.0", features = ["cargo_bench_support", "html_reports"] }
either = "1.8.0"
exhaust = "0.1.0"
Expand Down

0 comments on commit 840e87e

Please sign in to comment.