diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-07 00:35:53 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-07 00:35:53 +0300 |
commit | 497ba776d53ccbe37ef5f09b3ae293dca3446a67 (patch) | |
tree | 3ad8fcea7b4ec31fcf83dfd822ebe3ffd7598099 /extra/rust/build | |
parent | ee133425081fb92ab75ecedf8b3004cb1226cec3 (diff) | |
download | repository-497ba776d53ccbe37ef5f09b3ae293dca3446a67.tar.gz |
rust: bump to 1.40
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 f02d3b3e..674d1700 100755 --- a/extra/rust/build +++ b/extra/rust/build @@ -5,7 +5,7 @@ # connection requirement per build further enabling checksums # and signature verification by KISS. { - cache_dir=build/cache/2019-09-26 + cache_dir=build/cache/2019-11-07 mkdir -p "$cache_dir" for tarball in *.tar.gz\?no-extract; do |