From 336c8b8a1779422afea1065e37bcc44f54abac42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Tue, 6 Jul 2021 21:49:43 +0200 Subject: [PATCH] fix: bump hts-sys version to 2.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a527a30b7..71ea954f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"