Skip to content

Commit

Permalink
Switch to nightly for cargo-udeps
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Apr 3, 2024
1 parent de2e937 commit 1684a40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ jobs:
- run: cargo clippy --all-targets --all-features ${{ steps.setup-rust.outputs.packages }} -- -D warnings
name: "cargo clippy"
shell: bash

- uses: taiki-e/install-action@cargo-udeps
- run: cargo udeps --all-targets --all-features
- run: |
rustup install nightly
cargo +nightly udeps --all-targets --all-features
name: Check for unused dependencies
test:
Expand Down

0 comments on commit 1684a40

Please sign in to comment.