We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86704b commit 2458224Copy full SHA for 2458224
1 file changed
Cargo.toml
@@ -21,7 +21,7 @@ bio-types = ">=0.9"
21
byteorder = "1.3"
22
custom_derive = "0.1"
23
derive-new = "0.7"
24
-hts-sys = {version = "2.2.0", default-features = false, features = ["bindgen"]}
+hts-sys = { git = "https://github.com/Softleif/hts-sys.git", default-features = false }
25
ieee754 = "0.2"
26
lazy_static = "1.4"
27
libc = "0.2"
0 commit comments