mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
chore: Upgrade trycmd
This commit is contained in:
parent
e702f42e5e
commit
aae158f3a2
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ criterion = "0.3.2"
|
|||
trybuild = "1.0.18"
|
||||
rustversion = "1"
|
||||
# Cutting out `filesystem` feature
|
||||
trycmd = { version = "0.12", default-features = false, features = ["color-auto", "diff", "examples"] }
|
||||
trycmd = { version = "0.13", default-features = false, features = ["color-auto", "diff", "examples"] }
|
||||
|
||||
[[example]]
|
||||
name = "demo"
|
||||
|
|
Loading…
Reference in a new issue