Rustup to rustc 1.59.0-nightly (48a5999fc 2021-12-01)

This commit is contained in:
bjorn3 2021-12-02 16:49:27 +01:00
parent 39cd1363d2
commit 516b478c81
3 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@ dependencies = [
[[package]]
name = "compiler_builtins"
version = "0.1.53"
version = "0.1.55"
dependencies = [
"rustc-std-workspace-core",
]

View file

@ -92,7 +92,7 @@ fn prepare_sysroot() {
clone_repo(
"build_sysroot/compiler-builtins",
"https://github.com/rust-lang/compiler-builtins.git",
"0.1.53",
"0.1.55",
);
apply_patches("compiler-builtins", Path::new("build_sysroot/compiler-builtins"));
}

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2021-11-26"
channel = "nightly-2021-12-02"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]