Skip to content

Commit

Permalink
Merge pull request #5719 from epage/completest
Browse files Browse the repository at this point in the history
chore: Update completest
  • Loading branch information
epage committed Sep 4, 2024
2 parents d0e0370 + 68f9248 commit ad3c3d5
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions clap_complete/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ shlex = { version = "1.3.0", optional = true }
snapbox = { version = "0.6.0", features = ["diff", "dir", "examples"] }
# Cutting out `filesystem` feature
trycmd = { version = "0.15.1", default-features = false, features = ["color-auto", "diff", "examples"] }
completest = "0.4.1"
completest-pty = "0.5.2"
completest = "0.4.2"
completest-pty = "0.5.4"
clap = { path = "../", version = "4.5.15", default-features = false, features = ["std", "derive", "help"] }
automod = "1.0.14"

Expand Down

0 comments on commit ad3c3d5

Please sign in to comment.