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 8653c15 commit 56fea98Copy full SHA for 56fea98
.circleci/config.yml
@@ -52,7 +52,7 @@ jobs:
52
# name: Upload Coverage
53
# command: ./scripts/codecov.sh
54
- save_cache:
55
- key: v1-dependencies-{{ arch }}-{{ checksum "Cargo.lock" }}
+ key: v1-dependencies-{{ arch }}-{{ checksum "Cargo.toml" }}
56
paths:
57
- "~/.cargo"
58
- "./target"
0 commit comments