diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-12-09 13:23:10 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-12-09 13:23:10 +0100 |
| commit | 95cfeb4ddecea5a21d215a36ee41390bd9875bf2 (patch) | |
| tree | 78d133000ec9d394ca7be147f8082f471c4ae6a8 | |
| parent | aaf508cab3556db647987ecd40d695fe43369630 (diff) | |
| download | rust-95cfeb4ddecea5a21d215a36ee41390bd9875bf2.tar.gz rust-95cfeb4ddecea5a21d215a36ee41390bd9875bf2.zip | |
Rustup to rustc 1.59.0-nightly (e6b883c74 2021-12-08)
| -rw-r--r-- | build_sysroot/Cargo.lock | 4 | ||||
| -rw-r--r-- | rust-toolchain | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build_sysroot/Cargo.lock b/build_sysroot/Cargo.lock index 35d2902fde5..5c7168e62f2 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 d85e5a0cbfa..d396e526e38 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"] |
