From 554e583289b4a6c24073c34b5ed61b74ea5f2701 Mon Sep 17 00:00:00 2001 From: Vlad Lazar Date: Tue, 25 Jun 2024 09:39:38 +0100 Subject: [PATCH] wip --- Dockerfile.build-tools | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.build-tools b/Dockerfile.build-tools index 5dd2c13c0e..26aac5d685 100644 --- a/Dockerfile.build-tools +++ b/Dockerfile.build-tools @@ -180,7 +180,7 @@ WORKDIR /home/nonroot # Rust # Please keep the version of llvm (installed above) in sync with rust llvm (`rustc --version --verbose | grep LLVM`) -ENV RUSTC_VERSION=1.79.0 +ENV RUSTC_VERSION=1.81.0 ENV RUSTUP_HOME="/home/nonroot/.rustup" ENV PATH="/home/nonroot/.cargo/bin:${PATH}" RUN curl -sSO https://static.rust-lang.org/rustup/dist/$(uname -m)-unknown-linux-gnu/rustup-init && whoami && \ diff --git a/rust-toolchain.toml b/rust-toolchain.toml index dcae25a287..9a4d6c34b3 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.79.0" +channel = "nightly" profile = "default" # The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. # https://rust-lang.github.io/rustup/concepts/profiles.html