Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
build: update cargo-zigbuild version to 0.20
Fintan Halpenny committed 11 months ago
commit 40e9b7ba3a0d34c5f07225152d12d9479bc9d164
parent 7dcfe45781fb94a6c5df4991382dd3cf16a296f4
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.19.3
+
RUN cargo install --locked cargo-zigbuild@0.20.0


# Parts of the macOS SDK are required to build Radicle, we make these available