Skip to content

Commit

Permalink
Merge pull request #5060 from clap-rs/renovate/completest-0.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate completest to 0.0.17
  • Loading branch information
epage committed Aug 1, 2023
2 parents 6cd2706 + 1afb100 commit ca855c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 clap_complete/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ unicode-xid = { version = "0.2.2", optional = true }
snapbox = { version = "0.4.11", features = ["diff", "path", "examples"] }
# Cutting out `filesystem` feature
trycmd = { version = "0.14.16", default-features = false, features = ["color-auto", "diff", "examples"] }
completest = "0.0.16"
completest = "0.0.17"
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "derive", "help"] }

[[example]]
Expand Down
2 changes: 1 addition & 1 deletion clap_complete_nushell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ clap_complete = { path = "../clap_complete", version = "4.0.0" }
[dev-dependencies]
snapbox = { version = "0.4.11", features = ["diff", "examples", "path"] }
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "help"] }
completest = { version = "0.0.16", features = ["nu"] }
completest = { version = "0.0.17", features = ["nu"] }

0 comments on commit ca855c6

Please sign in to comment.