system76 / firmware-update

System76 Firmware Update Utility
GNU General Public License v3.0
204 stars 15 forks source link

Convert toolchain file to TOML syntax #34

Closed crawfxrd closed 3 years ago

crawfxrd commented 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.