From 1b1ddcbc98dbc3fbb6ba0cab01d924eed21d19d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Tue, 17 Mar 2020 12:54:02 +0100 Subject: [PATCH] hts-sys version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index caeed334e..10b010ffc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde_base = { version = "^1", optional = true, package = "serde" } serde_bytes = { version = "0.11", optional = true } bio-types = ">=0.5.1" snafu = ">= 0.5.0, <= 0.6.0" -hts-sys = { version = "^1.9", path = "hts-sys", default-features = false } +hts-sys = { version = "^1.10", path = "hts-sys", default-features = false } [features] default = ["bzip2", "lzma", "curl"]