RustCrypto / asm-hashes

Assembly implementations of cryptographic hash functions
46 stars 26 forks source link

.github: disable `cross` builds on old rustcs #42

Closed tarcieri closed 3 years ago

tarcieri commented 3 years ago

Cross is failing to install on Rust 1.43.0 (current MSRV) anymore:

https://github.com/RustCrypto/asm-hashes/pull/41/checks?check_run_id=3513675295

This comments out the cross tests on these platforms for now.