Skip to content

Commit b6a9b53

Browse files
committed
CI: Downgrade libloading to 0.8.8 in MSRV test
The `0.8.9` release bumped MSRV from `1.56` to `1.71`, making it incompatible with our MSRV test in CI.
1 parent f0e702d commit b6a9b53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v5
1818
- uses: dtolnay/[email protected]
19+
- name: Downgrade incompatible dependencies
20+
run: |
21+
cargo update -p libloading --precise 0.8.8
1922
- name: Check ash, ash-window and ash-rewrite
2023
run: cargo check -p ash -p ash-rewrite -p ash-window --all-features
2124
- name: Check ash with no_std

0 commit comments

Comments
 (0)