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 17cc373 commit d83e8d8Copy full SHA for d83e8d8
.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
@@ -134,7 +134,7 @@ jobs:
134
repo-token: ${{ secrets.GITHUB_TOKEN }}
135
- uses: Swatinem/rust-cache@v2
136
- name: install cargo-no-std-check
137
138
139
crate: cargo-no-std-check
140
- name: prost cargo-no-std-check
0 commit comments