mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-09 15:55:37 +00:00
recommend better TOML
This commit is contained in:
parent
b7933e8690
commit
1f383cad1a
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@ Go to [https://rustup.rs](https://rustup.rs/) and follow the instructions.
|
||||||
|
|
||||||
**Windows**: It's OK to ignore the message about `git` not being installed, if you get one!
|
**Windows**: It's OK to ignore the message about `git` not being installed, if you get one!
|
||||||
|
|
||||||
|
### Better TOML
|
||||||
|
|
||||||
|
**All**: For better handling of `Cargo.toml` files, we recommend you install [Better TOML](https://marketplace.visualstudio.com/items?itemName=bungcip.better-toml) if you're using VS Code.
|
||||||
|
|
||||||
### Rust Cross compilation support
|
### Rust Cross compilation support
|
||||||
|
|
||||||
**All**: Run this command in a terminal:
|
**All**: Run this command in a terminal:
|
||||||
|
|
Loading…
Reference in a new issue