rust: 1.57.0

This commit is contained in:
Dylan Araps 2021-12-02 21:47:53 +02:00
parent 32935290a3
commit f9edf493f8
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
4 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,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-09-09}"
mkdir -p "${cache_dir:=build/cache/2021-11-01}"
for tarball in *.tar.xz\?no-extract; do
mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}"

View File

@ -1,5 +1,5 @@
61fdcc8bc2530ee18f91318347e09b7cc07e9ca04b1c627c135ecc8dcb8f2ac5
a7f02bd5b4fd2b1f55edaddfa869d2ce210ce4951cb752ce7b380129bc2d1882
0ddf6eccc6d005d39aaad3246ff157811a5a81c801f6e935c671299d24036c50
9faa4514576c4beafcc7b640a17b57e8103f2f9c88f646c216ccce90b1a0cdf2
fad07ea1daf9c6195c32e6e9c43ece4565c5f2f1de3c3771574790d6abbc9704
055c5f8676712d8b86c3685d857d45bc0757594cb59f04dce4949a91df99635c
1b1f83b69502240ea66a45426bb1ba3a7c1291b05c31b59a28ac0551933e1210
ceb8e3e273ade68766b526a7d076fc8ebfb19c2b2d4946f789bcf2597d06f83a
2be91d7548e55476a4e62aca25dae606a06a36ef30b51af4da5bec4da400c3b0

View File

@ -1,5 +1,5 @@
https://static.rust-lang.org/dist/rustc-VERSION-src.tar.xz
https://static.rust-lang.org/dist/2021-09-09/rust-std-1.55.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2021-09-09/rustc-1.55.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2021-09-09/cargo-1.55.0-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2021-11-01/rust-std-1.56.1-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2021-11-01/rustc-1.56.1-x86_64-unknown-linux-musl.tar.xz?no-extract
https://static.rust-lang.org/dist/2021-11-01/cargo-1.56.1-x86_64-unknown-linux-musl.tar.xz?no-extract
patches/fix-curl.patch

View File

@ -1 +1 @@
1.56.1 1
1.57.0 1