-
Notifications
You must be signed in to change notification settings - Fork 482
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
fiat backend MSRV is 1.57.0 #462
Comments
That appears to be unrelated to
...so this should only affect the MSRV when running We also use |
Ah that makes sense, closing. |
CI still hardcodes 1.56.1 - It doesn't actually test MSRV .. maybe it should ? -Z minimal-versions was stabilised in 1.56 me thinks ?
|
These parts of the job:
...check that it builds successfully with 1.56.1, the advertised MSRV. |
yes - build yes but not test plus 1.56.1 is hardcoded there - I always wondered how to avoid hardcoding it in CI :) |
Aah, yeah it should probably test MSRV. That’s easy enough to do by adding MSRV and stable to the |
When testing
cfg(curve25519_dalek_serial)
addressing #437foobar@foobar-MS-7C77:~/cc/curve25519-dalek$ env RUSTFLAGS="--cfg curve25519_dalek_serial="fiat"" cargo test
The text was updated successfully, but these errors were encountered: