Skip to content

Commit

Permalink
fix!: dummy major version bump to move away from previous versions th…
Browse files Browse the repository at this point in the history
…at were following htslib versions.

This is necessary to become more flexible in applying patches while keeping a semantic versioning scheme.
  • Loading branch information
johanneskoester committed Jul 6, 2021
1 parent 68d3ca7 commit aaa70a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hts-sys/src/lib.rs
Expand Up @@ -5,7 +5,7 @@
#![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.
//! which has a more idiomatic and high-level API and builds on top of this crate.

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

0 comments on commit aaa70a8

Please sign in to comment.