-
-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use rust stable instead of nightly-2020-11-09 ? #141
Comments
It builds on stable for x86, but not for aarch64, due to the use of intrinsics in the AES-GCM-SIV part. Additionally, cbindgen's support for macros requires nightly as well due to the use of unstable rustc flag |
Sounds good, thanks for the explanation! |
Pinning this issue for FAQ purposes! We do now test the Rust crates against stable in CI, but still use nightly as the canonical compiler for several reasons:
I believe everything else that depends on unstable flags is minor, and that that's all that's "keeping" us from stable. But (1) and (2) aren't likely to change any time soon. |
Heya,
Looks like this builds fine on stable, is there a non-historical reason its pinned to nightly?
Or is it more of a 'we've verified some crypto generates without timing side channels on X version' kinda thing?
Cheers!
Tom
The text was updated successfully, but these errors were encountered: