Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tell rustup to automatically use the nightly channel (#91)
Since MCHPRS only compiles using rust nightly, it can ship a `rust-toolchain` file that will tell rustup to automatically switch to the nightly channel. This behavior is documented here: https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file This also prevents you needing to provide instructions to add a manual override in the README.
- Loading branch information