From 52325c6dd46b5e14707ff7bcd038fa243d7041ef Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 27 Mar 2020 22:34:01 +0300 Subject: rust: bump to 1.42.0 --- extra/rust/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/rust/build') diff --git a/extra/rust/build b/extra/rust/build index 1acbb91b..fa5c547c 100755 --- a/extra/rust/build +++ b/extra/rust/build @@ -6,7 +6,7 @@ patch -p1 < musl.patch # bootstrap library to allow for the removal of the internet # connection requirement per build. { - mkdir -p "${cache_dir:=build/cache/2019-12-19}" + mkdir -p "${cache_dir:=build/cache/2020-02-27}" for tarball in *.tar.xz\?no-extract; do mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}" -- cgit v1.2.3