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:
parent
51f59976b4
commit
373aee53a7
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: check
|
||||
args: --workspace --all-targets --all-features
|
||||
args: -p ash -p ash-window --all-features
|
||||
|
||||
generated:
|
||||
name: Generated
|
||||
|
|
Loading…
Reference in a new issue