Skip to content

Commit

Permalink
bump clap
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Jul 14, 2022
1 parent 5acb420 commit 5fd22bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rust-htslib = { version = "0.39.5", default-features = false, features = [
] }
sce = { git = "https://github.com/parazodiac/SingleCellExperiment", version = "0.1.2" }

clap = { version = ">=3.2.11", features = ["derive", "wrap_help", "cargo"] }
clap = { version = ">=3.2.12", features = ["derive", "wrap_help", "cargo"] }

[profile.release]
#debug = true
Expand Down

0 comments on commit 5fd22bb

Please sign in to comment.