Skip to content

Commit c1476dd

Browse files
committed
rust: update toolchain to v1.67.1
1 parent 168ad7a commit c1476dd

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:30
28+
CONTAINER=shiftcrypto/firmware_v2:31
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.24.3
133-
RUN CARGO_HOME=/opt/cargo cargo install bindgen-cli --version 0.63.0
133+
RUN CARGO_HOME=/opt/cargo cargo install bindgen-cli --version 0.64.0
134134

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

src/rust/rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.66.0
1+
1.67.1

0 commit comments

Comments
 (0)