Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information