Freeze required compiler version and toolchain in the cargo.toml

rustup lets you put a .rust-toolchain file in your project, which will then use that version of rustc/cargo in that directory.

12 Likes