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
CI: Remove +nightly override from build-and-test workflow
We instead can rely on `crates/rust-toolchain.toml` to pin the nightly
version we are using. This has two benefits:
- We are not exposed to random nightly breakage in CI.
- Once we move to stable Rust (#58), this will
ensure we build and test against MSRV.
0 commit comments