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 9b1b566 commit 92d486cCopy full SHA for 92d486c
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
toolchain: stable
82
- uses: Swatinem/rust-cache@v2
83
- name: "Is lockfile updated?"
84
- run: cargo fetch --locked
+ run: cargo update --workspace --locked
85
docs:
86
name: Docs
87
runs-on: ubuntu-latest
0 commit comments