Skip to content

Commit

Permalink
CI: Only MSRV-test published ash and ash-window crates (#677)
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
MarijnS95 committed Nov 7, 2022
1 parent 51f5997 commit 373aee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit 373aee5

Please sign in to comment.