From 27b033abcf5a696a446b5cad955b22b25c61bc5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Fri, 2 Nov 2018 17:24:36 +0100 Subject: [PATCH] undo version increase --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0aa3dcf1..1087c9c21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-htslib" -version = "0.22.0" +version = "0.21.0" authors = ["Christopher Schröder ", "Johannes Köster "] build = "build.rs" description = "This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files."