Skip to content

Commit 373aee5

Browse files
authored
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.
1 parent 51f5997 commit 373aee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions-rs/cargo@v1
2828
with:
2929
command: check
30-
args: --workspace --all-targets --all-features
30+
args: -p ash -p ash-window --all-features
3131

3232
generated:
3333
name: Generated

0 commit comments

Comments
 (0)