rust: 1.54.0

This commit is contained in:
Dylan Araps 2021-07-30 10:08:08 +03:00
parent e2daa49642
commit 145d156034
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
4 changed files with 9 additions and 9 deletions

View File

@ -4,7 +4,7 @@
# bootstrap library to allow for the removal of the internet
# connection requirement per build.
{
mkdir -p "${cache_dir:=build/cache/2021-05-06}"
mkdir -p "${cache_dir:=build/cache/2021-06-17}"
for tarball in *.tar.xz\?no-extract; do
mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}"

View File

@ -1,4 +1,4 @@
e53a2df2c2c26f8929d551852eeae242b9a6167fba34481f92010b30def32dec
d5809f3f1345a3c524f00cfa2ac1631b494a6de3143b1a3d081476f2c4f78905
57a2282e20694ea9dcb8417bd45ad7623c95ccbfac86c58927a7e3479976b21d
680dbc224f2a1d9a33a256b15be8d1c58dbdfe88aae3ca9c2b0f805fea568ab3
a2934f85f76a35a3796c0fefd31e91f5b6dd8377cd8c3769c1c10e7ce7a495f4
413449866616b1cd048da1356a41d977bf4e037cce114f07c3afbb0497b3e4c6
50de8b4bcb0819ec0ca363e0aa53fc1c55bc85f53bc82da8dce20a132da7e7d9
ca236408cb2c35b8c3f7c2b4e9f1e69422ed24153f445192eafb6462351e5c2b

View File

@ -1,4 +1,4 @@
https://static.rust-lang.org/dist/rustc-VERSION-src.tar.xz
https://static.rust-lang.org/dist/2021-05-06/rust-std-1.52.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2021-05-06/rustc-1.52.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2021-05-06/cargo-1.52.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2021-06-17/rust-std-1.53.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2021-06-17/rustc-1.53.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2021-06-17/cargo-1.53.0-x86_64-unknown-linux-musl.tar.xz?no-extract

View File

@ -1 +1 @@
1.53.0 1
1.54.0 1