mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
chore(complete): Require latest clap
This commit is contained in:
parent
122a2b3b8a
commit
3572ab8fa3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ pre-release-replacements = [
|
||||||
bench = false
|
bench = false
|
||||||
|
|
||||||
[dependencies]
|
[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 }
|
clap_lex = { path = "../clap_lex", version = "0.7.0", optional = true }
|
||||||
is_executable = { version = "1.0.1", optional = true }
|
is_executable = { version = "1.0.1", optional = true }
|
||||||
pathdiff = { version = "0.2.1", optional = true }
|
pathdiff = { version = "0.2.1", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue