From fdfa277158fca61cf5058e1dc2dcac226c4c5e62 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sat, 25 Feb 2023 18:17:06 +0100 Subject: [PATCH] Rustup to rustc 1.69.0-nightly (c5c7d2b37 2023-02-24) --- build_sysroot/Cargo.lock | 4 ++-- rust-toolchain | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build_sysroot/Cargo.lock b/build_sysroot/Cargo.lock index 3f9b374be23f..586d47c1b72c 100644 --- a/build_sysroot/Cargo.lock +++ b/build_sysroot/Cargo.lock @@ -50,9 +50,9 @@ dependencies = [ [[package]] name = "compiler_builtins" -version = "0.1.87" +version = "0.1.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f867ce54c09855ccd135ad4a50c777182a0c7af5ff20a8f537617bd648b10d50" +checksum = "a2fbf11d629e314a85bc4d7348ee388d98ad0e8eb53182f3e5a17bc63613acd2" dependencies = [ "rustc-std-workspace-core", ] diff --git a/rust-toolchain b/rust-toolchain index e1b403a4b853..cfa3390b6d9e 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-02-20" +channel = "nightly-2023-02-25" components = ["rust-src", "rustc-dev", "llvm-tools-preview"]