Add command to switch this project to use a nightly compiler. (if let chains are currently only available in nightly and the project uses them)

This commit is contained in:
mumblingdrunkard
2022-08-25 16:26:07 +02:00
parent 6e0c70d1f3
commit 88f8e1966c

View File

@@ -4,6 +4,7 @@ To get started, make sure you have `git`, `cargo` and, `rustc` installed and ava
git clone https://github.com/pbsds/gloom-rs
cd gloom-rs
rustup override set nightly
cargo run