From a72ede5259a8e78222cf2fa28e89a5c3e9ba2ec5 Mon Sep 17 00:00:00 2001 From: utox39 Date: Wed, 15 Oct 2025 15:00:19 +0200 Subject: [PATCH] build: bump minimum zig version to 0.15.2 --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 85a04d7..613ec3b 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -28,7 +28,7 @@ // Tracks the earliest Zig version that the package considers to be a // supported use case. - .minimum_zig_version = "0.15.1", + .minimum_zig_version = "0.15.2", // This field is optional. // Each dependency must either provide a `url` and `hash`, or a `path`.