commit ae5da9de14aec17eee67a7f916cf467ddfd42276 (tree)
parent 87561450904853c86bcbd2d487f1f221cfd7d954
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Sat, 14 Feb 2026 01:33:42 +0200
bump to dev
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.zig b/build.zig
@@ -33,7 +33,7 @@ const zig0_cflags = &[_][]const u8{
};
const zig0_compilers = &[_][]const u8{ "zig", "clang", "gcc", "tcc" };
-const zig_version: std.SemanticVersion = .{ .major = 0, .minor = 15, .patch = 2 };
+const zig_version: std.SemanticVersion = .{ .major = 0, .minor = 15, .patch = 3 };
const stack_size = 46 * 1024 * 1024;
pub fn build(b: *std.Build) !void {