Skip to content

Commit

Permalink
fix!: bump to new major version (for technical reasons).
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jul 6, 2021
1 parent d83e912 commit 9c6db30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hts-sys/src/lib.rs
Expand Up @@ -4,6 +4,8 @@
#![allow(clippy::all)]
#![allow(improper_ctypes)]
//! This module exposes the raw [HTSlib](https://github.com/samtools/htslib) bindings.
//! Instead of using this crate directly, it is recommended to use [rust-htslib](https://docs.rs/rust-htslib) instead,
//! which has a more idiomatic and high-level API and builds on top of hts-sys.

#[cfg(feature = "bzip2")]
extern crate bzip2_sys;
Expand Down

0 comments on commit 9c6db30

Please sign in to comment.