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.
1 parent 3e3a862 commit 575bdf2Copy full SHA for 575bdf2
.github/workflows/build.yaml
@@ -157,7 +157,7 @@ jobs:
157
uses: actions/checkout@v4
158
- name: Install cargo-zigbuild
159
if: matrix.build == 'zigbuild'
160
- run: pip install ziglang==0.12.0 cargo-zigbuild==0.18.4
+ run: pip install ziglang==0.13.0 cargo-zigbuild==0.19.1
161
- name: Setup Rust toolchain
162
uses: dtolnay/rust-toolchain@stable
163
with:
0 commit comments