Skip to content

Commit

Permalink
Merge pull request #4449 from epage/update
Browse files Browse the repository at this point in the history
chore: Update trycmd
  • Loading branch information
epage committed Nov 4, 2022
2 parents 7a8cf91 + a24fb58 commit 520145e
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 39 deletions.
85 changes: 48 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -107,7 +107,7 @@ once_cell = { version = "1.12.0", optional = true }
trybuild = "1.0.71"
rustversion = "1"
# Cutting out `filesystem` feature
trycmd = { version = "0.13", default-features = false, features = ["color-auto", "diff", "examples"] }
trycmd = { version = "0.14.3", default-features = false, features = ["color-auto", "diff", "examples"] }
humantime = "2"
snapbox = "0.4"
shlex = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion clap_complete/Cargo.toml
Expand Up @@ -51,7 +51,7 @@ unicode-xid = { version = "0.2.2", optional = true }
[dev-dependencies]
snapbox = { version = "0.4", features = ["diff"] }
# Cutting out `filesystem` feature
trycmd = { version = "0.13", default-features = false, features = ["color-auto", "diff", "examples"] }
trycmd = { version = "0.14.3", default-features = false, features = ["color-auto", "diff", "examples"] }
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "derive", "help"] }

[[example]]
Expand Down

0 comments on commit 520145e

Please sign in to comment.