Skip to content

Commit

Permalink
bump to newest rust-htslib
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed May 9, 2022
1 parent 3b7dd1a commit bd2e863
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 @@ -70,7 +70,7 @@ bio-types = "0.12.1"
itertools = "0.10.3"
thiserror = "1.0.30"
statrs = "0.15.0"
rust-htslib = { git = "https://github.com/rust-bio/rust-htslib", version = "0.38.2", default-features = false, features = [
rust-htslib = { git = "https://github.com/rust-bio/rust-htslib", version = "0.39.5", default-features = false, features = [
"bzip2",
"lzma",
] }
Expand Down
2 changes: 1 addition & 1 deletion libradicl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ flate2 = "1.0.22"
smallvec = "1.8.0"
serde_json = "1.0.79"
sprs = "0.11.0"
rust-htslib = { git = "https://github.com/rust-bio/rust-htslib", version = "0.38.2", default-features = false, features = [
rust-htslib = { git = "https://github.com/rust-bio/rust-htslib", version = "0.39.5", default-features = false, features = [
"bzip2",
"lzma",
] }
Expand Down

0 comments on commit bd2e863

Please sign in to comment.