From 93415cbb82e4f11d257a2b2cedba2664f86a034d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Tue, 6 Jul 2021 21:01:45 +0200 Subject: [PATCH] fix!: dummy breaking change to increase hts-sys major version. --- hts-sys/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hts-sys/src/lib.rs b/hts-sys/src/lib.rs index da1a810c2..8573f0f1e 100644 --- a/hts-sys/src/lib.rs +++ b/hts-sys/src/lib.rs @@ -3,7 +3,7 @@ #![allow(non_snake_case)] #![allow(clippy::all)] #![allow(improper_ctypes)] -//! This module exposes the raw HTSlib bindings. +//! This module exposes the raw [HTSlib](https://github.com/samtools/htslib) bindings. #[cfg(feature = "bzip2")] extern crate bzip2_sys;