build: Update cargo-zigbuild to 0.22.1

This commit is contained in:
Fintan Halpenny 2026-02-18 15:10:05 +00:00 committed by Lorenz Leutgeb
parent 89478b16fe
commit 57a44daeb2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ RUN rustup target add \
# We use Zig as the linker to perform the compilation from a Linux host. # We use Zig as the linker to perform the compilation from a Linux host.
# Zig is not yet available on Debian, so we download the official binary. # Zig is not yet available on Debian, so we download the official binary.
# Compilation is done via `cargo-zigbuild` which is a wrapper around `zig`. # Compilation is done via `cargo-zigbuild` which is a wrapper around `zig`.
RUN cargo install --locked cargo-zigbuild@0.20.0 RUN cargo install --locked cargo-zigbuild@0.22.1
# Parts of the macOS SDK are required to build Radicle, we make these available # Parts of the macOS SDK are required to build Radicle, we make these available