Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,13 @@ jobs:
Install-WinGetPackage -Id ${{ matrix.wdk }} -Source winget -MatchOption Equals -Mode Silent -Force
}

- name: Install Rust Toolchain (Nightly)
# Cargo udeps only supports running on nightly due to reliance on unstable dep-info feature: https://github.com/est31/cargo-udeps/issues/113, https://github.com/est31/cargo-udeps/issues/136
uses: dtolnay/rust-toolchain@nightly
- name: Install Rust Toolchain
uses: dtolnay/rust-toolchain@stable

- name: Install Cargo Udeps
- name: Install Cargo Machete
uses: taiki-e/install-action@v2
with:
tool: cargo-udeps@0.1.48
tool: cargo-machete

- name: Run Cargo Udeps
run: cargo +nightly udeps --locked --all-targets

- name: Run Cargo Udeps (--features nightly)
run: cargo +nightly udeps --locked --all-targets --features nightly
- name: Run Cargo Machete
run: cargo machete --skip-target-dir
159 changes: 67 additions & 92 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading