From 9cf86b355e2fb4ac18a6c94e48b75f7637214c4d Mon Sep 17 00:00:00 2001 From: Julian Oeltjen Date: Fri, 29 Nov 2024 07:38:02 +0000 Subject: [PATCH] build: Update rust version to 1.82.0 Co-authored-by: Jan-Niklas Burfeind --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 66c0343..08b74c3 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -29,7 +29,7 @@ RUN groupadd --gid "$USER_GID" "$USERNAME" \ USER $USERNAME # Install Rust and the cargo-ament-build plugin -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.74.0 -y +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.82.0 -y ENV PATH=/home/$USERNAME/.cargo/bin:$PATH RUN cargo install cargo-ament-build # Install autocompletion for rustup and cargo