From b2bc79775352bca69c2c2ab2e897002d321bd393 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Wed, 15 Apr 2026 09:26:52 -0700 Subject: [PATCH] update to zig 0.16.0 (code seems compatible oob) --- .mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mise.toml b/.mise.toml index 1e59dfe..0b20b79 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,4 +1,4 @@ [tools] prek = "0.3.1" "ubi:DonIsaac/zlint" = "0.7.9" -zig = "0.15.2" +zig = "0.16.0"