Skip to content

Commit 2458224

Browse files
committed
use my hts-sys fork with newer htslib
1 parent d86704b commit 2458224

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bio-types = ">=0.9"
2121
byteorder = "1.3"
2222
custom_derive = "0.1"
2323
derive-new = "0.7"
24-
hts-sys = {version = "2.2.0", default-features = false, features = ["bindgen"]}
24+
hts-sys = { git = "https://github.com/Softleif/hts-sys.git", default-features = false }
2525
ieee754 = "0.2"
2626
lazy_static = "1.4"
2727
libc = "0.2"

0 commit comments

Comments
 (0)