We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.cargo/config.toml
1 parent 3132ecd commit eeee01fCopy full SHA for eeee01f
src/05-led-roulette/flash-it.md
@@ -143,11 +143,11 @@ that port.
143
## Update ../.cargo/config.toml
144
145
Now that you've successfully determined which debugger you need to use
146
-we need to change `../cargo/config.toml` so that `cargo run` command will succeed.
+we need to change `../.cargo/config.toml` so that `cargo run` command will succeed.
147
Note: `cargo` is the rust package manager and you can read about it
148
[here](https://doc.rust-lang.org/cargo/).
149
150
-Get back to the terminal prompt and look at `../cargo/config.toml`:
+Get back to the terminal prompt and look at `../.cargo/config.toml`:
151
``` console
152
~/embedded-discovery/src/05-led-roulette
153
$ cat ../.cargo/config.toml
0 commit comments