Skip to content

Commit 516b478

Browse files
committed
Rustup to rustc 1.59.0-nightly (48a5999fc 2021-12-01)
1 parent 39cd136 commit 516b478

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build_sysroot/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build_system/prepare.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ fn prepare_sysroot() {
9292
clone_repo(
9393
"build_sysroot/compiler-builtins",
9494
"https://github.com/rust-lang/compiler-builtins.git",
95-
"0.1.53",
95+
"0.1.55",
9696
);
9797
apply_patches("compiler-builtins", Path::new("build_sysroot/compiler-builtins"));
9898
}

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2021-11-26"
2+
channel = "nightly-2021-12-02"
33
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]

0 commit comments

Comments
 (0)