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.
.diesel_version
1 parent 67102ad commit 239ec4bCopy full SHA for 239ec4b
.github/workflows/ci.yml
@@ -95,10 +95,7 @@ jobs:
95
uses: actions/cache@v1
96
with:
97
path: ~/.cargo/bin
98
- key: ${{ runner.os }}-cargo-bin-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
99
- restore-key: |
100
- ${{ runner.os }}-cargo-bin-${{ matrix.rust }}-
101
- ${{ runner.os }}-cargo-bin-
+ key: ${{ runner.os }}-cargo-bin-${{ matrix.rust }}-${{ hashFiles('.diesel_version') }}
102
103
# Current size as of 2019-12-23: ~77 MB
104
- name: Cache cargo registry cache
0 commit comments