File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -883,7 +883,7 @@ jobs:
883883 name : Setup Python env
884884 command : |
885885 make setup-python
886- .venv3.13/bin/pip install ziglang==0.15.2
886+ .venv3.13/bin/pip install ziglang==0.16.0
887887 - run :
888888 name : Install additional targets
889889 command : |
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ jobs:
309309 - name : Setup Python env
310310 run : |
311311 make setup-python
312- .venv3.13/bin/pip install ziglang==0.15.2
312+ .venv3.13/bin/pip install ziglang==0.16.0
313313 - name : Install additional targets
314314 run : |
315315 rustup target add aarch64-unknown-linux-gnu
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ ruff==0.7.2
1111semver==2.13.0
1212twine==6.0.1
1313wheel==0.48.0
14- maturin==1.12.6
14+ maturin==1.15.0
1515patchelf>=0.19.1.0; sys_platform == "linux"
You can’t perform that action at this time.
0 commit comments