Skip to content

Commit

Permalink
Migrate to clap4
Browse files Browse the repository at this point in the history
Closes #775
  • Loading branch information
Wilfred committed Jan 4, 2025
1 parent 209ea7f commit 4796db3
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 104 deletions.
192 changes: 102 additions & 90 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 @@ -35,7 +35,7 @@ pkg-fmt = "zip"

[dependencies]
regex = "1.10.4"
clap = { version = "3.2.25", features = ["cargo", "env", "wrap_help"] }
clap = { version = "4.0.0", features = ["cargo", "env", "wrap_help"] }
itertools = "0.11.0"
typed-arena = "2.0.2"
rustc-hash = "2.0.0"
Expand Down
Loading

0 comments on commit 4796db3

Please sign in to comment.