Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed May 11, 2022
1 parent 8eb7528 commit f125a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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.1.0", features = ["derive", "wrap_help", "cargo"] }
clap = { version = ">=3.1.18", features = ["derive", "wrap_help", "cargo"] }

[profile.release]
#debug = true
Expand Down
2 changes: 1 addition & 1 deletion libradicl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ smallvec = "1.8.0"
rust-htslib = { version = "0.39.5", default-features = false, features = [
"bzip2",
"lzma",
] }
] }

0 comments on commit f125a2b

Please sign in to comment.