rust: 1.55.0

This commit is contained in:
Dylan Araps 2021-09-10 10:15:58 +03:00
parent 377d8e55db
commit d5b8cedf4e
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
4 changed files with 9 additions and 9 deletions

View File

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

View File

@ -1,4 +1,4 @@
a2934f85f76a35a3796c0fefd31e91f5b6dd8377cd8c3769c1c10e7ce7a495f4
413449866616b1cd048da1356a41d977bf4e037cce114f07c3afbb0497b3e4c6
50de8b4bcb0819ec0ca363e0aa53fc1c55bc85f53bc82da8dce20a132da7e7d9
ca236408cb2c35b8c3f7c2b4e9f1e69422ed24153f445192eafb6462351e5c2b
aec85a7c1f40b7a40818a58ae13632f8a12cfaa4d3e2a10957d0e9d16dfdd556
c2de24eb3e524c0fdd1e8116f578c103035da1ece1e4c06efab67999180eefe8
5cffd160f5daac521652ee67c62947c0d66bdc8e5ebf7dc93114cdff9a934b0b
9a26b73e578227d111b221932d7cbeaf4b41f27a0f7597a49efb81e2bd0791f9

View File

@ -1,4 +1,4 @@
https://static.rust-lang.org/dist/rustc-VERSION-src.tar.xz
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
https://static.rust-lang.org/dist/2021-07-29/rust-std-1.54.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2021-07-29/rustc-1.54.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2021-07-29/cargo-1.54.0-x86_64-unknown-linux-musl.tar.xz?no-extract

View File

@ -1 +1 @@
1.54.0 1
1.55.0 1