rust: bump to 1.51.0

This commit is contained in:
Dilyn Corner 2021-03-26 00:36:47 -04:00
parent 52edae262d
commit ff852bee0f
No known key found for this signature in database
GPG Key ID: DA4AB731D4C3F13D
4 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@ patch -p1 < libressl.patch
# bootstrap library to allow for the removal of the internet
# connection requirement per build.
{
mkdir -p "${cache_dir:=build/cache/2020-12-31}"
mkdir -p "${cache_dir:=build/cache/2021-02-11}"
for tarball in *.tar.xz\?no-extract; do
mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}"

View File

@ -1,5 +1,5 @@
f54adf9204ed3cb3998cdc1baa5645b346d8cf8f18205e3b15fcae194ba5457c
1b6ec104ccfb0b782de4b73d460db22a6b7ca495673d548b1e8554cddb97facf
eb811b680b0cdcc73bb9643e811f2a84235b9b581cee35c6d01ef43946e687cd
084dc2259379b502abd53cbad6044ac38c0b7e61f7ad5eb13cc988ad000fb093
92c68a91fca33cbafb83442cde722d010cc387dc1ee8a2680e2fb33a575821a1
e2878dcf80a8ffca1fb53d75dc0418d3fa3af52d03e25421c4f9fa29af2eaec0
fbe1188b42bb859e2557575988ddc66ad0495a48942b4866134ecb8e365430ae
fda80f13606ae7b04ec420dd97480b362baf9ef9053aa9aed542ac8097a4e053
781d86b77838a827d6af3a3219deb64c8138b0197a654c3687d64d433e52b6fd

View File

@ -1,5 +1,5 @@
https://static.rust-lang.org/dist/rustc-1.50.0-src.tar.xz
https://static.rust-lang.org/dist/2020-12-31/rust-std-1.49.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2020-12-31/rustc-1.49.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2020-12-31/cargo-1.49.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/rustc-1.51.0-src.tar.xz
https://static.rust-lang.org/dist/2021-02-11/rust-std-1.50.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2021-02-11/rustc-1.50.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2021-02-11/cargo-1.50.0-x86_64-unknown-linux-musl.tar.xz?no-extract
patches/libressl.patch

View File

@ -1 +1 @@
1.50.0 1
1.51.0 1