Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): run Miri on our pinned nightly
Currently, the CI Miri test job installs the latest nightly and runs Miri tests on that nightly. Since mnemOS already only builds on nightly, though, we should be using the pinned toolchain revision instead. This commit changes our Miri job to run on the nightly in `rust-toolchain.toml`. Fixes #313
- Loading branch information