From 57a44daeb270c423d1b9e467ae2a103d914db97d Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Wed, 18 Feb 2026 15:10:05 +0000 Subject: [PATCH] build: Update cargo-zigbuild to 0.22.1 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 2132c366..b53436d6 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -32,7 +32,7 @@ RUN rustup target add \ # 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. # 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