forked from ash-rs/ash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into send-sync
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,12 +11,12 @@ jobs: | |
- run: cargo check --workspace --all-targets --all-features | ||
|
||
check_msrv: | ||
name: Check ash and ash-window MSRV (1.69.0) | ||
name: Check ash, ash-window and ash-rewrite MSRV (1.69.0) | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: dtolnay/[email protected] | ||
- run: cargo check -p ash -p ash-rewrite -p ash-window -p ash-examples --all-features | ||
- run: cargo check -p ash -p ash-rewrite -p ash-window --all-features | ||
|
||
# TODO: add a similar job for the rewrite once that generates code | ||
generated: | ||
|