MCHPR / MCHPRS

A multithreaded Minecraft server built for redstone.
MIT License
1.62k stars 72 forks source link

Tell rustup to automatically use the nightly channel #91

Closed tyler569 closed 1 year ago

tyler569 commented 1 year ago

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.