Skip to content

Commit a17ab9f

Browse files
committed
rust: update toolchain to 1.74.0
firmware.bin size before and after: before: 761096 after: 759736 -1360 bytes.
1 parent 09068e6 commit a17ab9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci/run-container-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
set -e
2626
set -x
2727

28-
CONTAINER=shiftcrypto/firmware_v2:35
28+
CONTAINER=shiftcrypto/firmware_v2:36
2929

3030
if [ "$1" == "pull" ] ; then
3131
docker pull "$CONTAINER"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ RUN rustup target add thumbv7em-none-eabi
130130
RUN rustup component add rustfmt
131131
RUN rustup component add clippy
132132
RUN CARGO_HOME=/opt/cargo cargo install cbindgen --version 0.26.0 --locked
133-
RUN CARGO_HOME=/opt/cargo cargo install bindgen-cli --version 0.69.0 --locked
133+
RUN CARGO_HOME=/opt/cargo cargo install bindgen-cli --version 0.69.1 --locked
134134

135135
COPY tools/prost-build-proto prost-build-proto
136136
RUN CARGO_HOME=/opt/cargo cargo install --path prost-build-proto --locked

src/rust/rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.73.0
1+
1.74.0

0 commit comments

Comments
 (0)