onecodex / finch-rs

A genomic minhashing implementation in Rust
https://www.onecodex.com
MIT License
92 stars 8 forks source link

Remove rust-toolchain and mess with CI #46

Closed maxbla closed 4 years ago

maxbla commented 4 years ago

Fixes #45

Bumps minimum rust version to 1.38, the minimum version object (transitive dependency of failure) will compile on. Note: object's minimum supported rust version is current stable, so this is not sustainable.

Adds compiling the python module to CI.

Keats commented 4 years ago

Thanks!