Skip to content

Commit cfd9b65

Browse files
CI: Bump cache key
1 parent 15822a3 commit cfd9b65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
# Multiple caches are used to increase the chance of a cache hit.
1111
- restore_cache:
1212
keys:
13-
- v2-cargo-cache-{{ arch }}-{{ .Branch }}
14-
- v2-cargo-cache-{{ arch }}
13+
- v3-cargo-cache-{{ arch }}-{{ .Branch }}
14+
- v3-cargo-cache-{{ arch }}
1515

1616
# Diagnostics
1717
- run:
@@ -63,13 +63,13 @@ jobs:
6363

6464
# Save cache
6565
- save_cache:
66-
key: v2-cargo-cache-{{ arch }}-{{ .Branch }}
66+
key: v3-cargo-cache-{{ arch }}-{{ .Branch }}
6767
paths:
6868
- target
6969
- ffi/target
7070
- /usr/local/cargo/registry
7171
- save_cache:
72-
key: v2-cargo-cache-{{ arch }}
72+
key: v3-cargo-cache-{{ arch }}
7373
paths:
7474
- target
7575
- ffi/target

0 commit comments

Comments
 (0)