File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
set -e
26
26
set -x
27
27
28
- CONTAINER=shiftcrypto/firmware_v2:30
28
+ CONTAINER=shiftcrypto/firmware_v2:31
29
29
30
30
if [ " $1 " == " pull" ] ; then
31
31
docker pull " $CONTAINER "
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ RUN rustup target add thumbv7em-none-eabi
130
130
RUN rustup component add rustfmt
131
131
RUN rustup component add clippy
132
132
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
134
134
135
135
COPY tools/prost-build prost-build
136
136
RUN CARGO_HOME=/opt/cargo cargo install --path prost-build --locked
Original file line number Diff line number Diff line change 1
- 1.66.0
1
+ 1.67.1
You can’t perform that action at this time.
0 commit comments