all: update Zig to version 0.14.0-dev.1710+8ee52f99c

Signed-off-by: Wrench[bot] <wrench@hexops.com>
This commit is contained in:
Wrench[bot] 2024-10-04 10:35:48 -07:00 committed by Stephen Gutekanst
parent b984f8b80c
commit 55e6abda61
2 changed files with 5 additions and 5 deletions

View file

@ -444,7 +444,7 @@ fn buildExamples(
}
comptime {
const supported_zig = std.SemanticVersion.parse("0.13.0-dev.351+64ef45eb0") catch unreachable;
const supported_zig = std.SemanticVersion.parse("0.14.0-dev.1710+8ee52f99c") catch unreachable;
if (builtin.zig_version.order(supported_zig) != .eq) {
@compileError(std.fmt.comptimePrint("unsupported Zig version ({}). Required Zig version 2024.5.0-mach: https://machengine.org/about/nominated-zig/#202450-mach", .{builtin.zig_version}));
}