Skip to content

Commit

Permalink
Only check MSRV for lib target, ignoring dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Jun 11, 2024
1 parent 132629f commit 7c257ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ jobs:
with:
toolchain: nightly
- uses: taiki-e/install-action@cargo-hack
- run: cargo hack check --rust-version --workspace --all-targets --ignore-private
- run: cargo hack check --rust-version --lib --ignore-private

0 comments on commit 7c257ae

Please sign in to comment.