Skip to content

Commit

Permalink
Merge pull request #341 from gcomte/fix/update-nightly-version-for-ud…
Browse files Browse the repository at this point in the history
…ep-checker

Update nightly version for udep checker
  • Loading branch information
gcomte authored Sep 3, 2024
2 parents d5cbbd7 + 8ae3d81 commit 66ea6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
- name: rust-toolchain
uses: actions-rs/[email protected]
with:
toolchain: nightly-2023-12-31
toolchain: nightly-2024-09-02
override: true
- name: Install unused dependency checker
run: cargo install cargo-udeps --locked
- name: Run unused dependency checker
run: cargo +nightly-2023-12-31 udeps --all-targets
run: cargo +nightly-2024-09-02 udeps --all-targets

0 comments on commit 66ea6f0

Please sign in to comment.