Skip to content

Commit

Permalink
Merge branch 'master' into send-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Zhixing committed Mar 16, 2024
2 parents 812e978 + 1eb8725 commit 9fd392d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/rust-toolchain@1.69.0
- 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:
Expand Down

0 comments on commit 9fd392d

Please sign in to comment.