Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
build: Update cargo-zigbuild to 0.22.1
Fintan Halpenny committed 2 months ago
commit 8b54e7eaad0d0ba9f61c3077f4c2d0b1cb54e862
parent 423cf604e1178d62c6952f866b4b5d0b9667aca8
1 file changed +1 -1
modified 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