We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e2ddc commit 50bcdccCopy full SHA for 50bcdcc
.github/workflows/ci.yml
@@ -172,16 +172,11 @@ jobs:
172
- uses: actions-rs/toolchain@63eb9591781c46a70274cb3ebdf190fce92702e8 # v1
173
with:
174
profile: minimal
175
- toolchain: nightly-2024-09-01
+ toolchain: 1.83.0
176
override: true
177
components: rustfmt
178
- - uses: actions-rs/install@69ec87709ffb5b19a7b5ddbf610cb221498bb1eb # v0.1.2
179
- with:
180
- crate: cargo-udeps
181
- use-tool-cache: true
182
- locked: true
183
- version: 0.1.50
184
- - run: cargo udeps
+ - run: cargo install --locked --version 0.1.55 cargo-udeps
+ - run: cargo +nightly udeps
185
186
deny:
187
runs-on: ubuntu-latest
0 commit comments