Skip to content

Commit 50bcdcc

Browse files
committed
ci: update cargo-udeps
1 parent f0e2ddc commit 50bcdcc

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/ci.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -172,16 +172,11 @@ jobs:
172172
- uses: actions-rs/toolchain@63eb9591781c46a70274cb3ebdf190fce92702e8 # v1
173173
with:
174174
profile: minimal
175-
toolchain: nightly-2024-09-01
175+
toolchain: 1.83.0
176176
override: true
177177
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
178+
- run: cargo install --locked --version 0.1.55 cargo-udeps
179+
- run: cargo +nightly udeps
185180

186181
deny:
187182
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)