Skip to content

Commit 6e06f22

Browse files
committed
Rustup to rustc 1.54.0-nightly (3e99439 2021-05-17)
1 parent 8a2520c commit 6e06f22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build_sysroot/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build_sysroot/prepare_sysroot_src.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ popd
3232
git clone https://github.com/rust-lang/compiler-builtins.git || echo "rust-lang/compiler-builtins has already been cloned"
3333
pushd compiler-builtins
3434
git checkout -- .
35-
git checkout 0.1.42
35+
git checkout 0.1.43
3636
git apply ../../crate_patches/000*-compiler-builtins-*.patch
3737
popd
3838

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-05-11"
2+
channel = "nightly-2021-05-18"
33
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]

0 commit comments

Comments
 (0)