Skip to content

Commit 2c6111d

Browse files
authored
Merge pull request #580 from BartMassey-upstream/probe-rs-insns-redux
updated probe-rs-tools instructions
2 parents 7100443 + d8fd22c commit 2c6111d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

microbit/src/03-setup/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,14 @@ cargo-size 0.3.3
6969
In order to install cargo-embed, first install its [prerequisites](https://probe.rs/docs/getting-started/installation/) (note: these instructions are part of the more general [`probe-rs`](https://probe.rs/) embedded debugging toolkit). Then install it with cargo:
7070

7171
```console
72-
$ cargo install probe-rs-tools --vers 0.24.0
72+
$ cargo install --locked probe-rs-tools --vers '^0.24'
73+
```
74+
75+
**NOTE** This may fail due to frequent changes in `probe-rs`. If so, go to <https://probe.rs> and follow the current installation instructions there.
7376

77+
Finally, verify that you have successfully installed `cargo-embed` by running:
78+
79+
```console
7480
$ cargo embed --version
7581
cargo-embed 0.24.0 (git commit: crates.io)
7682
```

0 commit comments

Comments
 (0)