From c0f903f4401afd06f8f0f17a36cfd474a33a68f5 Mon Sep 17 00:00:00 2001 From: Marko Bencun Date: Thu, 2 Nov 2023 11:19:55 +0100 Subject: [PATCH] rust: update toolchain to 1.73.0 --- Dockerfile | 4 ++-- src/rust/rust-toolchain | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 17c2c96a4..241417ee3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/src/rust/rust-toolchain b/src/rust/rust-toolchain index 0834888f5..5e3a42566 100644 --- a/src/rust/rust-toolchain +++ b/src/rust/rust-toolchain @@ -1 +1 @@ -1.72.0 +1.73.0