Skip to content

Commit

Permalink
use latest rust-htslib locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed May 5, 2022
1 parent 888c441 commit 65584f4
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 @@ itertools = "0.10.3"
thiserror = "1.0.30"
quickersort = "3.0.1"
statrs = "0.15.0"
rust-htslib = { version = "0.38.2", default-features = false, features = [
rust-htslib = { git = "https://github.com/rust-bio/rust-htslib", version = "0.38.2", 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 @@ -43,7 +43,7 @@ flate2 = "1.0.22"
smallvec = "1.8.0"
serde_json = "1.0.79"
sprs = "0.11.0"
rust-htslib = { version = "0.38.2", default-features = false, features = [
rust-htslib = { git = "https://github.com/rust-bio/rust-htslib", version = "0.38.2", default-features = false, features = [
"bzip2",
"lzma",
] }
Expand Down

0 comments on commit 65584f4

Please sign in to comment.