Rustup to rustc 1.54.0-nightly (3e99439f4 2021-05-17)

This commit is contained in:
bjorn3 2021-05-18 19:51:31 +02:00
parent 8a2520c1dc
commit 6e06f22bb6
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -32,7 +32,7 @@ popd
git clone https://github.com/rust-lang/compiler-builtins.git || echo "rust-lang/compiler-builtins has already been cloned"
pushd compiler-builtins
git checkout -- .
git checkout 0.1.42
git checkout 0.1.43
git apply ../../crate_patches/000*-compiler-builtins-*.patch
popd

View file

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