CI: Only MSRV-test published ash and ash-window crates (#677)

`bytemuck` recently bumped its MSRV to 1.60 which is incompatible with
what we're currently advertising.  Fortunately this doesn't affect MSRV
of the publicly published crates, but only `dev-dependencies` inside
`ash-window` via `winit`: make sure the CI doesn't reject this.
This commit is contained in:
Marijn Suijten 2022-11-07 20:58:48 +01:00
parent e400f5150c
commit ca9168bc3a

View file

@ -27,7 +27,7 @@ jobs:
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: check command: check
args: --workspace --all-targets --all-features args: -p ash -p ash-window --all-features
generated: generated:
name: Generated name: Generated