Skip to content

Commit

Permalink
added --locked to probe-rs-tools install
Browse files Browse the repository at this point in the history
  • Loading branch information
BartMassey committed Aug 13, 2024
1 parent 66949af commit d8fd22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microbit/src/03-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ cargo-size 0.3.3
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:

```console
$ cargo install probe-rs-tools --vers '^0.24'
$ cargo install --locked probe-rs-tools --vers '^0.24'
```

**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.
Expand Down

0 comments on commit d8fd22c

Please sign in to comment.