Skip to content

CI: examples: use stable Rust, not nightly #1396

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

Open
W95Psp opened this issue Apr 9, 2025 · 0 comments
Open

CI: examples: use stable Rust, not nightly #1396

W95Psp opened this issue Apr 9, 2025 · 0 comments
Labels

Comments

@W95Psp
Copy link
Collaborator

W95Psp commented Apr 9, 2025

The CI builds (?), extracts with hax and verify the crates in the folder examples.
However, it cargo check with the ambiant Rust available on CI, which is not stable Rust, but the nightly hax pins.

To avoid breakages related to nightly VS stable (i.e. recently #1394), we should make the CI cargo check with a stable toolchain.

@W95Psp W95Psp added the ci label Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant