We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7602bd2 commit dcce0f0Copy full SHA for dcce0f0
1 file changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
path: |
31
~/.cargo
32
./target
33
- key: ${{ runner.os }}-cargo-${{ matrix.platform.target }}-${{ hashFiles('Cargo.toml') }}
+ key: ${{ runner.os }}-cargo-${{ matrix.platform.target }}-${{ hashFiles('**/Cargo.toml') }}
34
restore-keys: ${{ runner.os }}-cargo-${{ matrix.platform.target }}
35
- name: Install Rust toolchain
36
uses: dtolnay/rust-toolchain@stable
0 commit comments