Skip to content

Commit

Permalink
chore(complete): Require latest clap
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 6, 2024
1 parent 122a2b3 commit 3572ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_complete/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pre-release-replacements = [
bench = false

[dependencies]
clap = { path = "../", version = "4.1.0", default-features = false, features = ["std"] }
clap = { path = "../", version = "4.5.6", default-features = false, features = ["std"] }
clap_lex = { path = "../clap_lex", version = "0.7.0", optional = true }
is_executable = { version = "1.0.1", optional = true }
pathdiff = { version = "0.2.1", optional = true }
Expand Down

0 comments on commit 3572ab8

Please sign in to comment.