mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
chore: Update completest
This commit is contained in:
parent
ef98da27cb
commit
6e862f5617
3 changed files with 310 additions and 313 deletions
619
Cargo.lock
generated
619
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -45,7 +45,7 @@ unicode-xid = { version = "0.2.2", optional = true }
|
||||||
snapbox = { version = "0.4.15", features = ["diff", "path", "examples"] }
|
snapbox = { version = "0.4.15", features = ["diff", "path", "examples"] }
|
||||||
# Cutting out `filesystem` feature
|
# Cutting out `filesystem` feature
|
||||||
trycmd = { version = "0.14.19", default-features = false, features = ["color-auto", "diff", "examples"] }
|
trycmd = { version = "0.14.19", default-features = false, features = ["color-auto", "diff", "examples"] }
|
||||||
completest = "0.1.0"
|
completest = "0.2.0"
|
||||||
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "derive", "help"] }
|
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "derive", "help"] }
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
|
|
|
@ -37,4 +37,4 @@ clap_complete = { path = "../clap_complete", version = "4.0.0" }
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
snapbox = { version = "0.4.15", features = ["diff", "examples", "path"] }
|
snapbox = { version = "0.4.15", features = ["diff", "examples", "path"] }
|
||||||
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "help"] }
|
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "help"] }
|
||||||
completest = { version = "0.1.0", features = ["nu"] }
|
completest = { version = "0.2.0", features = ["nu"] }
|
||||||
|
|
Loading…
Add table
Reference in a new issue