From 466e984843995f5272c167dde88316ed640dd036 Mon Sep 17 00:00:00 2001 From: git-bruh Date: Mon, 4 Dec 2023 21:05:49 +0530 Subject: [PATCH] rust: fix date --- extra/rust/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/rust/build b/extra/rust/build index 6c425e8c..04cbd3d5 100755 --- a/extra/rust/build +++ b/extra/rust/build @@ -63,7 +63,7 @@ EOF # This mimics the download process of rust's 'x.py' # bootstrap library to allow for the removal of the internet # connection requirement per build. - mkdir -p "${cache_dir:=build/cache/2023-08-24}" + mkdir -p "${cache_dir:=build/cache/2023-10-05}" for tarball in *.tar.xz\?no-extract; do mv -f "$tarball" "$cache_dir/${tarball%%\?no-extract}"