oconnor663 / blake2_simd

high-performance implementations of BLAKE2b/s/bp/sp in pure Rust with dynamic SIMD
MIT License
126 stars 22 forks source link

Update arrayvec dep to 0.5.0 #15

Closed bluss closed 5 years ago

bluss commented 5 years ago

This updates the arrayvec dependency. No changes should be needed, but it changes the minimum Rust version required to Rust 1.36 (if that's not already a requirement).

bluss commented 5 years ago

I'd guess the single travis failure is unrelated

oconnor663 commented 5 years ago

Thanks for the heads up! Yes it looks like the fix is going out for that CI failure tonight.