Skip to content

Commit

Permalink
fix(complete): Ensure new enough clap is used
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 24, 2024
1 parent 5d2cdac commit 3b05635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.5.18", default-features = false, features = ["std"] }
clap = { path = "../", version = "4.5.20", default-features = false, features = ["std"] }
clap_lex = { path = "../clap_lex", version = "0.7.0", optional = true }
is_executable = { version = "1.0.1", optional = true }
shlex = { version = "1.3.0", optional = true }
Expand All @@ -45,7 +45,7 @@ completest-pty = { version = "0.5.5", optional = true }
snapbox = { version = "0.6.0", features = ["diff", "dir", "examples"] }
# Cutting out `filesystem` feature
trycmd = { version = "0.15.1", default-features = false, features = ["color-auto", "diff", "examples"] }
clap = { path = "../", version = "4.5.18", default-features = false, features = ["std", "derive", "help"] }
clap = { path = "../", version = "4.5.20", default-features = false, features = ["std", "derive", "help"] }
automod = "1.0.14"

[[example]]
Expand Down

0 comments on commit 3b05635

Please sign in to comment.