RustCrypto / RSA

RSA implementation in pure Rust
Apache License 2.0
536 stars 148 forks source link

CI: pin nightly; test minimal-versions on stable #378

Closed tarcieri closed 10 months ago

tarcieri commented 10 months ago

This is a workaround for build failures we're seeing due to a recent nightly regression. See:

https://github.com/RustCrypto/RSA/actions/runs/6655788342/job/18086838437?pr=377

https://github.com/RustCrypto/RSA/actions/runs/6655788342/job/18086838800?pr=377

tarcieri commented 10 months ago

I think it would be good to change minimal-versions to always test using stable after using nightly to resolve the lockfile