From 71e13ac5fd7fb6bb339b4e053268ff9f1bb33dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Sat, 25 Jun 2022 10:01:54 +0200 Subject: [PATCH] Upgrade to nightly-2022-06-25 --- Dockerfile | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c8cf1d685b..c7e557c4a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \ CARGO_HOME=/usr/local/cargo \ PATH=/usr/local/cargo/bin:$PATH \ # Manually sync this with rust-toolchain.toml! - RUST_VERSION=nightly-2022-04-24 \ + RUST_VERSION=nightly-2022-06-25 \ RUST_COMPONENTS="clippy llvm-tools-preview rustfmt rust-src" \ RUST_TARGETS="x86_64-unknown-none" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 82270c5446..47bd5e37a7 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,6 +1,6 @@ [toolchain] # Manually sync this with Dockerfile! -channel = "nightly-2022-05-15" +channel = "nightly-2022-06-25" components = [ "clippy", "llvm-tools-preview",