From c1f00749dac86783115d78572fff791a058213e1 Mon Sep 17 00:00:00 2001 From: "Michael P. Jung" Date: Wed, 19 Jun 2024 10:39:51 +0000 Subject: [PATCH] Update Rust to 1.79 in devcontainer --- .devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 54052fd..7004201 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ USER vscode -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.75 --no-modify-path -y +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.79 --no-modify-path -y RUN /home/vscode/.cargo/bin/cargo install cargo-release -RUN /home/vscode/.cargo/bin/cargo install --locked cargo-outdated \ No newline at end of file +RUN /home/vscode/.cargo/bin/cargo install --locked cargo-outdated