Skip to content

Commit

Permalink
Upgraded to clap 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aeporreca committed Apr 1, 2023
1 parent 4b82534 commit d0febb0
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 67 deletions.
153 changes: 87 additions & 66 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 @@ -9,7 +9,7 @@ authors = [
]

[dependencies]
clap = { version = "4.1.11", features = ["derive"] }
clap = { version = "4.2.1", features = ["derive"] }

[profile.release]
strip = "symbols"

0 comments on commit d0febb0

Please sign in to comment.