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 2525set -e
2626set -x
2727
28- CONTAINER=shiftcrypto/firmware_v2:35
28+ CONTAINER=shiftcrypto/firmware_v2:36
2929
3030if [ " $1 " == " pull" ] ; then
3131 docker pull " $CONTAINER "
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ RUN rustup target add thumbv7em-none-eabi
130130RUN rustup component add rustfmt
131131RUN rustup component add clippy
132132RUN 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
135135COPY tools/prost-build-proto prost-build-proto
136136RUN CARGO_HOME=/opt/cargo cargo install --path prost-build-proto --locked
Original file line number Diff line number Diff line change 1- 1.73 .0
1+ 1.74 .0
You can’t perform that action at this time.
0 commit comments