Use --locked flag when installing probe-run (#55)
This commit is contained in:
parent
e2dd602ca2
commit
c1d0012b1b
@ -58,7 +58,7 @@ rustup target install thumbv6m-none-eabi
|
|||||||
cargo install flip-link
|
cargo install flip-link
|
||||||
# This is our suggested default 'runner'
|
# This is our suggested default 'runner'
|
||||||
# (Because of https://github.com/knurling-rs/probe-run/issues/391, use an older version for now)
|
# (Because of https://github.com/knurling-rs/probe-run/issues/391, use an older version for now)
|
||||||
cargo install probe-run --version=0.3.6
|
cargo install probe-run --version=0.3.6 --locked
|
||||||
# If you want to use elf2uf2-rs instead of probe-run, instead do...
|
# If you want to use elf2uf2-rs instead of probe-run, instead do...
|
||||||
cargo install elf2uf2-rs --locked
|
cargo install elf2uf2-rs --locked
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user