Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: bump hts-sys version to 2.0.1
  • Loading branch information
johanneskoester committed Jul 6, 2021
1 parent c1b7685 commit 336c8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -30,7 +30,7 @@ serde = { version = "^1", optional = true, features=["derive"] }
serde_bytes = { version = "0.11", optional = true }
bio-types = ">=0.9"
thiserror = "1"
hts-sys = { version = "1.0.0", path = "hts-sys", default-features = false }
hts-sys = { version = "2.0.1", path = "hts-sys", default-features = false }
derive-new = "0.5"
ieee754 = "0.2"
byteorder = "1.3"
Expand Down

0 comments on commit 336c8b8

Please sign in to comment.