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 bed52ae commit 009d6b9Copy full SHA for 009d6b9
.github/workflows/build.yml
@@ -25,6 +25,7 @@ jobs:
25
~/.cargo/git/db/
26
target
27
key: "${{ runner.os }}-cargo-build-msrv-${{ hashFiles('**/Cargo.lock') }}"
28
+ - run: cp Cargo.msrv.lock Cargo.lock
29
- uses: actions-rs/toolchain@v1
30
with:
31
profile: minimal
0 commit comments