From 27a4eb1f3a1de6ae23625372b75f3ae507eb9b10 Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Mon, 27 Apr 2026 14:23:07 +0200 Subject: [PATCH] fix(deps): add missing cargo-zigbuild dep for macOS cross-compilation Signed-off-by: Florent Benoit --- mise.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mise.toml b/mise.toml index 085e0d5be4..774c0a0ff9 100644 --- a/mise.toml +++ b/mise.toml @@ -24,6 +24,7 @@ helm = "4.1.4" "github:anchore/syft" = { version = "1.42.3" } "github:EmbarkStudios/cargo-about" = { version = "0.8.4", version_prefix = "" } zig = "0.14.1" +"cargo:cargo-zigbuild" = { version = "0.22.3", os = ["macos"] } "npm:markdownlint-cli2" = "0.22.0" [env]