We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libloading
0.8.8
1 parent ccfd77e commit dad5f8cCopy full SHA for dad5f8c
.github/workflows/ci.yml
@@ -16,6 +16,9 @@ jobs:
16
steps:
17
- uses: actions/checkout@v5
18
- uses: dtolnay/[email protected]
19
+ - name: Downgrade incompatible dependencies
20
+ run: |
21
+ cargo update -p libloading --precise 0.8.8
22
- name: Check ash, ash-window and ash-rewrite
23
run: cargo check -p ash -p ash-rewrite -p ash-window --all-features
24
- name: Check ash with no_std
0 commit comments