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 0593101 commit 6819f33Copy full SHA for 6819f33
.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
33
~/.cargo/registry
34
~/.cargo/git
35
target
36
- key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
37
38
# TODO: fail pipeline if formatting fails
39
#- name: Check formatting
0 commit comments