aboutsummaryrefslogtreecommitdiff
path: root/extra/rust/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/rust/build')
-rwxr-xr-xextra/rust/build2
1 files changed, 1 insertions, 1 deletions
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}"