avr-rust / book.avr-rust.com

The AVR-Rust guidebook
https://book.avr-rust.com/
Other
73 stars 19 forks source link

fix rustup install line #12

Closed leshow closed 3 years ago

leshow commented 3 years ago

AFAIK rustup component add nightly rust-src will fail, this is the correct way to specify the toolchain

dylanmckay commented 3 years ago

Good catch, appreciated.