From 988394be37e087fc0ab852cbcf745eb3bc225def Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 3 Feb 2020 01:45:53 +0300 Subject: rust: bump to 1.41.0 --- extra/rust/build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extra/rust/build') diff --git a/extra/rust/build b/extra/rust/build index 674d1700..f918b150 100755 --- a/extra/rust/build +++ b/extra/rust/build @@ -5,15 +5,15 @@ # connection requirement per build further enabling checksums # and signature verification by KISS. { - cache_dir=build/cache/2019-11-07 + cache_dir=build/cache/2019-12-19 mkdir -p "$cache_dir" - for tarball in *.tar.gz\?no-extract; do + for tarball in *.tar.xz\?no-extract; do mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}" done } -patch -p1 < musl-libressl.patch +patch -p1 < musl.patch # 'rust' checksums files in 'vendor/', but we patch a few files. for vendor in libc openssl-sys; do -- cgit v1.2.3