Skip to content

Commit 8653c15

Browse files
authored
Update config.yml
1 parent 6191005 commit 8653c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- restore_cache:
2222
keys:
23-
- v1-dependencies-{{ arch }}-{{ checksum "Cargo.lock" }}
23+
- v1-dependencies-{{ arch }}-{{ checksum "Cargo.toml" }}
2424
# fallback to using the latest cache if no exact match is found
2525
- v1-dependencies-
2626
# - run:

0 commit comments

Comments
 (0)