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 6191005 commit 8653c15Copy full SHA for 8653c15
.circleci/config.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- restore_cache:
22
keys:
23
- - v1-dependencies-{{ arch }}-{{ checksum "Cargo.lock" }}
+ - v1-dependencies-{{ arch }}-{{ checksum "Cargo.toml" }}
24
# fallback to using the latest cache if no exact match is found
25
- v1-dependencies-
26
# - run:
0 commit comments