Skip to content

Commit 3b05635

Browse files
committed
fix(complete): Ensure new enough clap is used
1 parent 5d2cdac commit 3b05635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clap_complete/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pre-release-replacements = [
3434
bench = false
3535

3636
[dependencies]
37-
clap = { path = "../", version = "4.5.18", default-features = false, features = ["std"] }
37+
clap = { path = "../", version = "4.5.20", default-features = false, features = ["std"] }
3838
clap_lex = { path = "../clap_lex", version = "0.7.0", optional = true }
3939
is_executable = { version = "1.0.1", optional = true }
4040
shlex = { version = "1.3.0", optional = true }
@@ -45,7 +45,7 @@ completest-pty = { version = "0.5.5", optional = true }
4545
snapbox = { version = "0.6.0", features = ["diff", "dir", "examples"] }
4646
# Cutting out `filesystem` feature
4747
trycmd = { version = "0.15.1", default-features = false, features = ["color-auto", "diff", "examples"] }
48-
clap = { path = "../", version = "4.5.18", default-features = false, features = ["std", "derive", "help"] }
48+
clap = { path = "../", version = "4.5.20", default-features = false, features = ["std", "derive", "help"] }
4949
automod = "1.0.14"
5050

5151
[[example]]

0 commit comments

Comments
 (0)