File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " rust-htslib"
3- version = " 0.26.1-alpha.0 "
3+ version = " 0.26.1"
44authors = [
" Christopher Schröder <[email protected] >" ,
" Johannes Köster <[email protected] >" ]
55build = " build.rs"
66description = " This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files."
@@ -11,6 +11,10 @@ repository = "https://github.com/rust-bio/rust-htslib.git"
1111documentation = " https://docs.rs/rust-htslib"
1212edition = " 2018"
1313
14+ [package .metadata .release ]
15+ pre-release-commit-message = " release version {{version}}"
16+ tag-message = " Version {{version}} of Rust-HTSlib."
17+
1418
1519[dependencies ]
1620libc = " 0.2"
@@ -45,7 +49,3 @@ pretty_assertions = "0.6"
4549fs-utils = " 1.1"
4650bindgen = " 0.51.0"
4751cc = " 1.0"
48-
49- [package .metadata .release ]
50- pre-release-commit-message = " release version {{version}}"
51- tag-message = " Version {{version}} of Rust-HTSlib."
You can’t perform that action at this time.
0 commit comments