aboutsummaryrefslogtreecommitdiff
path: root/extra/rust/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-03-27 22:34:01 +0300
committerCem Keylan <cem@ckyln.com>2020-03-27 22:34:01 +0300
commit52325c6dd46b5e14707ff7bcd038fa243d7041ef (patch)
treecbf3a746313c3f9fcabcfa54f4aee5d2d9d1ddde /extra/rust/build
parentb8b881146daa42f68d9564475fa8d3f6ccb4aa35 (diff)
downloadrepository-52325c6dd46b5e14707ff7bcd038fa243d7041ef.tar.gz
rust: bump to 1.42.0
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}"