From 17183aaabbf9eb991ad8fe021f1c20299dbaadea Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Tue, 23 Dec 2025 00:07:51 +0800 Subject: [PATCH] feat: --features use_zip --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 1e267ed..0c45fc9 100644 --- a/justfile +++ b/justfile @@ -2,4 +2,4 @@ _: @just --list build-linux-musl-with-zig: - cargo zigbuild --release --target x86_64-unknown-linux-musl + cargo zigbuild --release --target x86_64-unknown-linux-musl --features use_zip