bump to dev

This commit is contained in:
2026-02-14 01:33:42 +02:00
parent 33e7f559bf
commit d3e1e8e0d5

View File

@@ -33,7 +33,7 @@ const zig0_cflags = &[_][]const u8{
}; };
const zig0_compilers = &[_][]const u8{ "zig", "clang", "gcc", "tcc" }; 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; const stack_size = 46 * 1024 * 1024;
pub fn build(b: *std.Build) !void { pub fn build(b: *std.Build) !void {