diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-05-04 14:01:22 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-05-04 14:01:22 +0200 |
| commit | 7a61ec3007267e6cb4134b8042fa30bee8f2e88a (patch) | |
| tree | 52890e5c8a05d567e46dc8e1e7a410eab04ef882 | |
| parent | e7f930123989b4d47b2bb5efcedd1592cdcd6ad0 (diff) | |
| download | rust-7a61ec3007267e6cb4134b8042fa30bee8f2e88a.tar.gz rust-7a61ec3007267e6cb4134b8042fa30bee8f2e88a.zip | |
Add missing change
| -rwxr-xr-x | build_sysroot/prepare_sysroot_src.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_sysroot/prepare_sysroot_src.sh b/build_sysroot/prepare_sysroot_src.sh index f7fcef10774..2b0feb93d4d 100755 --- a/build_sysroot/prepare_sysroot_src.sh +++ b/build_sysroot/prepare_sysroot_src.sh @@ -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.40 +git checkout 0.1.42 git apply ../../crate_patches/000*-compiler-builtins-*.patch popd |
