Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 7b89409

Browse files
committed
Rustup to rustc 1.58.0-nightly (dd549dc 2021-11-25)
1 parent c6c2f45 commit 7b89409

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build_sysroot/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build_system/prepare.rs

Lines changed: 1 addition & 1 deletion
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.50",
95+
"0.1.53",
9696
);
9797
apply_patches("compiler-builtins", Path::new("build_sysroot/compiler-builtins"));
9898
}

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2021-11-17"
2+
channel = "nightly-2021-11-26"
33
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]

0 commit comments

Comments
 (0)