From c31e27a88a91ba3922c8646ea5f20e6cd3e94f32 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 7 Jun 2018 00:30:53 +0200 Subject: [PATCH] bump cache version again --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4559b07..27a7d70 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,11 +6,11 @@ references: restore_caches: &restore_caches restore_cache: keys: - - cache2-{{ arch }}-{{ .Branch }} + - cache3-{{ arch }}-{{ .Branch }} save_caches: &save_caches save_cache: - key: cache2-{{ arch }}-{{ .Branch }} + key: cache3-{{ arch }}-{{ .Branch }} paths: - "rust/target/" - "~/.cargo/"