Skip to content

Commit

Permalink
fix!: dummy breaking change to increase hts-sys major version.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jul 6, 2021
1 parent ab12443 commit 93415cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hts-sys/src/lib.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 93415cb

Please sign in to comment.