rust-bio / rust-htslib

This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

publishing updated versions to crates.io

rob-p opened this issue · comments

Hi all,

Thank you for tagging the new version that fixes the M1 compilation issue! I was wondering if it is possible for updated versions of this library to be put on crates.io. The reason I ask is that crates.io does not allow packages that have non crates.io dependencies. Thus, while building from a git repo and tagged version works fine for local development or deployment to something like bioconda, it precludes and crate using rust-htslib and requiring a newer version, from being itself put on crates.io. Is there a strong argument against just pushing the latest tagged version to crates.io as part of the tagging / release process?

Thanks,
Rob

+1

Would love to be able to use mudskipper on mac arch64

Thanks @johanneskoester! Hopefully we can figure out why the auto-bump in Cargo.toml wasn't working.