rust-embedded / cortex-m-quickstart

Template to develop bare metal applications for Cortex-M microcontrollers
782 stars 164 forks source link

move .cargo/config to .cargo/config.toml #106

Closed Lotterleben closed 3 years ago

Lotterleben commented 3 years ago

By default, at least in VSCode, the current .cargo/config isn't syntax-highlighted, which makes it harder to skim and fins the parts that need changing. This PR fixes that by renaming it to .cargo/config.toml.

rubberduck203 commented 3 years ago

According to the Cargo book this file should be .cargo/config.toml.

LGTM