rust-embedded / book

Documentation on how to use the Rust Programming Language to develop firmware for bare metal (microcontroller) devices
https://docs.rust-embedded.org/book/
Apache License 2.0
1.12k stars 177 forks source link

Book doesn't track .cargo/config -> .cargo/config.toml change in quickstart code #295

Closed cleichner closed 3 years ago

cleichner commented 3 years ago

On this page there are several references to .cargo/config, https://github.com/rust-embedded/cortex-m-quickstart/commit/67b9c7c404b02ffe804c6f4c5600a21ca3a4502e recently changed the name of those files so the book examples lead to errors.

adamgreig commented 3 years ago

Thanks for reporting this, good catch! Would you be interested in making a PR to fix it in the book?

cleichner commented 3 years ago

Done. https://github.com/rust-embedded/book/pull/296

adamgreig commented 3 years ago

Closed by #296, thanks!