Closed crawfxrd closed 3 years ago
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
Since we plan to add CI soon, this is potentially blocked by actions-rs/toolchain#126.
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:
Since we plan to add CI soon, this is potentially blocked by actions-rs/toolchain#126.