system76-firmware-open/rust-toolchain
Tim Crawford 7d6a15e63c Convert toolchain file to TOML syntax
rustup 1.23.0 (2020-11-27) introduced support for TOML syntax for the
toolchain file. Use this and specify required compoenents.

To ensure you are using a new enough rustup, run:

    rustup self update
2021-03-15 10:10:03 -06:00

4 lines
69 B
Plaintext

[toolchain]
channel = "nightly-2020-07-27"
components = ["rust-src"]