Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit 40f4521

Browse files
committed
Invalidate CircleCI cache
1 parent 25740f7 commit 40f4521

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323

2424
- restore_cache:
2525
keys:
26-
- v1-dependencies-{{ arch }}-{{ checksum "Cargo.lock" }}
26+
- v2-dependencies-{{ arch }}-{{ checksum "Cargo.lock" }}
2727
# fallback to using the latest cache if no exact match is found
28-
- v1-dependencies-
28+
- v2-dependencies-
2929
# - run:
3030
# name: Check formatting
3131
# command: |
@@ -57,7 +57,7 @@ jobs:
5757
# name: Upload Coverage
5858
# command: ./scripts/codecov.sh
5959
- save_cache:
60-
key: v1-dependencies-{{ arch }}-{{ checksum "Cargo.lock" }}
60+
key: v2-dependencies-{{ arch }}-{{ checksum "Cargo.lock" }}
6161
paths:
6262
- "~/.cargo"
6363
- "./target"

0 commit comments

Comments
 (0)