mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore: updates clap-test to solve chicken and egg api issue
This commit is contained in:
parent
74c8a7f428
commit
59152ed500
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ clippy = { version = "=0.0.64", optional = true }
|
|||
unicode-width = { version = "~0.1.3", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
clap-test = "0.1.0"
|
||||
clap-test = "0.1.1"
|
||||
|
||||
[features]
|
||||
default = ["suggestions", "color", "wrap_help"]
|
||||
|
|
Loading…
Reference in a new issue