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 6b5516a commit 1b105caCopy full SHA for 1b105ca
.github/workflows/continuous-integration-workflow.yaml
@@ -60,7 +60,7 @@ jobs:
60
- name: install toolchain
61
uses: dtolnay/rust-toolchain@stable
62
- name: Install cargo-machete
63
- uses: baptiste0928/cargo-install@v1
+ uses: baptiste0928/cargo-install@v2
64
with:
65
crate: cargo-machete
66
- name: Check unused dependencies
@@ -138,7 +138,7 @@ jobs:
138
repo-token: ${{ secrets.GITHUB_TOKEN }}
139
- uses: Swatinem/rust-cache@v2
140
- name: install cargo-no-std-check
141
142
143
crate: cargo-no-std-check
144
- name: prost cargo-no-std-check
0 commit comments