Skip to content

Commit

Permalink
Update to clap 4 (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA authored Dec 20, 2022
1 parent b27a95e commit e6b1927
Show file tree
Hide file tree
Showing 4 changed files with 1,010 additions and 712 deletions.
107 changes: 80 additions & 27 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 czkawka_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://github.com/qarmin/czkawka"
repository = "https://github.com/qarmin/czkawka"

[dependencies]
clap = { version = "3.2.23", features = ["derive"] }
clap = { version = "4.0.29", features = ["derive"] }

# For enum types
image_hasher = "1.1.2"
Expand Down
Loading

0 comments on commit e6b1927

Please sign in to comment.