We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15822a3 commit cfd9b65Copy full SHA for cfd9b65
.circleci/config.yml
@@ -10,8 +10,8 @@ jobs:
10
# Multiple caches are used to increase the chance of a cache hit.
11
- restore_cache:
12
keys:
13
- - v2-cargo-cache-{{ arch }}-{{ .Branch }}
14
- - v2-cargo-cache-{{ arch }}
+ - v3-cargo-cache-{{ arch }}-{{ .Branch }}
+ - v3-cargo-cache-{{ arch }}
15
16
# Diagnostics
17
- run:
@@ -63,13 +63,13 @@ jobs:
63
64
# Save cache
65
- save_cache:
66
- key: v2-cargo-cache-{{ arch }}-{{ .Branch }}
+ key: v3-cargo-cache-{{ arch }}-{{ .Branch }}
67
paths:
68
- target
69
- ffi/target
70
- /usr/local/cargo/registry
71
72
- key: v2-cargo-cache-{{ arch }}
+ key: v3-cargo-cache-{{ arch }}
73
74
75
0 commit comments