Skip to content

Commit

Permalink
refactor: Upgrade to clap v4
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 28, 2022
1 parent 2dbc88d commit 8828459
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 51 deletions.
140 changes: 130 additions & 10 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
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ default-features = false
features = ["parsing"]

[dependencies.clap]
version = "3.2.20"
version = "4.0.2"
optional = true
default-features = false
features = ["std", "suggestions", "color", "wrap_help", "cargo"]
Expand Down
Loading

0 comments on commit 8828459

Please sign in to comment.