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.
1 parent 585d33b commit 63b7c46Copy full SHA for 63b7c46
README.md
@@ -131,9 +131,9 @@ Prepare Rust toolchain (once):
131
132
```sh
133
rustup target install thumbv6m-none-eabi
134
-cargo install flip-link
135
-cargo install cargo-make
136
-cargo install elf2uf2-rs
+cargo install flip-link --locked
+cargo install cargo-make --locked
+cargo install elf2uf2-rs --locked
137
```
138
139
Build:
@@ -161,7 +161,7 @@ Tracking issue: https://github.com/rust-lang/cargo/issues/9406
161
162
163
# Install cargo-make to help build it
164
165
166
# Build it
167
> cargo make --cwd inputmodule-control
0 commit comments