rust: fix date

This commit is contained in:
git-bruh 2023-12-04 21:05:49 +05:30
parent 185dd57378
commit 466e984843
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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}"