Skip to content

Commit

Permalink
rust: update toolchain to 1.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Nov 2, 2023
1 parent 0b92aca commit c0f903f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | CARGO_HOME=/opt/
RUN rustup target add thumbv7em-none-eabi
RUN rustup component add rustfmt
RUN rustup component add clippy
RUN CARGO_HOME=/opt/cargo cargo install cbindgen --version 0.25.0 --locked
RUN CARGO_HOME=/opt/cargo cargo install bindgen-cli --version 0.66.1 --locked
RUN CARGO_HOME=/opt/cargo cargo install cbindgen --version 0.26.0 --locked
RUN CARGO_HOME=/opt/cargo cargo install bindgen-cli --version 0.69.0 --locked

COPY tools/prost-build-proto prost-build-proto
RUN CARGO_HOME=/opt/cargo cargo install --path prost-build-proto --locked
Expand Down
2 changes: 1 addition & 1 deletion src/rust/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.72.0
1.73.0

0 comments on commit c0f903f

Please sign in to comment.