srijs / rust-crc32fast

Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust
https://crates.io/crates/crc32fast
Apache License 2.0
269 stars 30 forks source link

Update cfg-if dependency #14

Closed matklad closed 4 years ago

matklad commented 4 years ago

Would appreciate a release with this one.

srijs commented 4 years ago

Hi, thanks for the PR! I just fixed the build on master, would you mind rebasing so that we can see if CI is green? Happy to merge and release after that.

matklad commented 4 years ago

rebased!

srijs commented 4 years ago

Published as version 1.2.1 🎉