Skip to content

Commit

Permalink
Change actions cargo.lock to cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoDiFrancesco committed Apr 23, 2024
1 parent ac71b06 commit 8aad4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
restore-keys: |
${{ runner.os }}-cargo-
Expand Down

0 comments on commit 8aad4ed

Please sign in to comment.