Skip to content

Commit

Permalink
chore: bump clap version (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen authored Oct 10, 2023
1 parent e17a00d commit 28c5972
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 80 deletions.
219 changes: 140 additions & 79 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 @@ -31,7 +31,7 @@ delegate = "0.10.0"

[dev-dependencies]
anyhow = {version = "1.0.66"}
clap = {version = "~3.2.8", features = ["derive"]}
clap = {features = ["derive"]}
serde = {version = "1.0.188", features = ["derive"]}
serde-pickle = "1.1.0"
serde_json = {version = "1.0.107"}
Expand Down

0 comments on commit 28c5972

Please sign in to comment.