mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
chore: Bump completest
This commit is contained in:
parent
f4319bcbf2
commit
dcced5ae6a
3 changed files with 453 additions and 525 deletions
974
Cargo.lock
generated
974
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -43,7 +43,7 @@ unicode-xid = { version = "0.2.2", optional = true }
|
|||
snapbox = { version = "0.4.13", features = ["diff", "path", "examples"] }
|
||||
# Cutting out `filesystem` feature
|
||||
trycmd = { version = "0.14.18", default-features = false, features = ["color-auto", "diff", "examples"] }
|
||||
completest = "0.0.20"
|
||||
completest = "0.1.0"
|
||||
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "derive", "help"] }
|
||||
|
||||
[[example]]
|
||||
|
|
|
@ -37,4 +37,4 @@ clap_complete = { path = "../clap_complete", version = "4.0.0" }
|
|||
[dev-dependencies]
|
||||
snapbox = { version = "0.4.13", features = ["diff", "examples", "path"] }
|
||||
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "help"] }
|
||||
completest = { version = "0.0.20", features = ["nu"] }
|
||||
completest = { version = "0.1.0", features = ["nu"] }
|
||||
|
|
Loading…
Reference in a new issue