Skip to content

Commit fe0475b

Browse files
committed
Merge remote-tracking branch 'benma/rust-1.74'
2 parents 09068e6 + a17ab9f commit fe0475b

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)