You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: