Skip to content

Commit

Permalink
Bump nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Apr 3, 2024
1 parent e4bdc38 commit 4a738af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:

- uses: taiki-e/install-action@cargo-udeps
- run: |
rustup install nightly-2024-01-01 --profile minimal # The exact nightly version doesn't matter, just pin a random one.
cargo +nightly-2024-01-01 udeps --all-targets --all-features ${{ steps.setup-rust.outputs.packages }}
rustup install nightly-2024-02-01 --profile minimal # The exact nightly version doesn't matter, just pin a random one.
cargo +nightly-2024-02-01 udeps --all-targets --all-features ${{ steps.setup-rust.outputs.packages }}
name: Check for unused dependencies
test:
Expand Down

0 comments on commit 4a738af

Please sign in to comment.