From 95cfeb4ddecea5a21d215a36ee41390bd9875bf2 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Thu, 9 Dec 2021 13:23:10 +0100 Subject: [PATCH] Rustup to rustc 1.59.0-nightly (e6b883c74 2021-12-08) --- 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 35d2902fde50..5c7168e62f27 100644 --- a/build_sysroot/Cargo.lock +++ b/build_sysroot/Cargo.lock @@ -132,9 +132,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.108" +version = "0.2.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119" +checksum = "f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01" dependencies = [ "rustc-std-workspace-core", ] diff --git a/rust-toolchain b/rust-toolchain index d85e5a0cbfa6..d396e526e383 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2021-12-07" +channel = "nightly-2021-12-09" components = ["rust-src", "rustc-dev", "llvm-tools-preview"]