miscreant / meta

Meta-repository for Miscreant: misuse-resistant symmetric encryption library with AES-SIV (RFC 5297) and AES-PMAC-SIV support
https://miscreant.io
Other
474 stars 27 forks source link

rust: Allow failures on nightly #180

Closed tarcieri closed 6 years ago

tarcieri commented 6 years ago

The build is presently broken because bits of the no_std API changed:

https://travis-ci.org/miscreant/miscreant/jobs/394811801

Miscreant will build on stable Rust as of tomorrow, and nightly is a moving target, so allow failures on nightly in the hope that we will be able to guarantee consistent, reproducible builds on stable.