From ff30e1d8a78c1ddba9f3dec30d6e13cd955e5558 Mon Sep 17 00:00:00 2001 From: glihm Date: Sun, 7 Jul 2024 07:22:15 -0600 Subject: [PATCH] devcontainer: bump rust to 1.79 --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 66bba6e674..471f71cf32 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -26,7 +26,7 @@ ENV LLVM_SYS_170_PREFIX=/usr/lib/llvm-17 ENV TABLEGEN_170_PREFIX=/usr/lib/llvm-17 # To allow independent workflow of the container, the rust-toolchain is explicitely given. -RUN echo "1.76.0" > rust_toolchain_version +RUN echo "1.79.0" > rust_toolchain_version # Install cargo-binstall RUN curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash