Skip to content

Commit

Permalink
Update clap crate
Browse files Browse the repository at this point in the history
  • Loading branch information
spejamchr committed Oct 26, 2023
1 parent dc49f52 commit e8588a1
Show file tree
Hide file tree
Showing 9 changed files with 556 additions and 398 deletions.
235 changes: 183 additions & 52 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 @@ -11,7 +11,7 @@ description = "Transform an image into string art"
image = "0.24"
threadpool = "1.8"
rand = "0.8"
clap = {version = "~2.33.0"}
clap = {version = "4", features = ["cargo", "derive", "wrap_help", "string"]}
rayon = "1.8.0"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
Loading

0 comments on commit e8588a1

Please sign in to comment.