diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-27 22:34:01 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-27 22:34:01 +0300 |
commit | 52325c6dd46b5e14707ff7bcd038fa243d7041ef (patch) | |
tree | cbf3a746313c3f9fcabcfa54f4aee5d2d9d1ddde /extra/rust/build | |
parent | b8b881146daa42f68d9564475fa8d3f6ccb4aa35 (diff) | |
download | repository-52325c6dd46b5e14707ff7bcd038fa243d7041ef.tar.gz |
rust: bump to 1.42.0
Diffstat (limited to 'extra/rust/build')
-rwxr-xr-x | extra/rust/build | 2 |
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}" |