all: update Zig to version 0.14.0-dev.1911+3bf89f55c

Signed-off-by: Wrench[bot] <wrench@hexops.com>
This commit is contained in:
Wrench[bot] 2024-10-14 21:03:26 -07:00 committed by Stephen Gutekanst
parent 85a90dd809
commit 2d13c5efc5
2 changed files with 5 additions and 5 deletions

View file

@ -425,7 +425,7 @@ fn buildExamples(
}
comptime {
const supported_zig = std.SemanticVersion.parse("0.14.0-dev.1710+8ee52f99c") catch unreachable;
const supported_zig = std.SemanticVersion.parse("0.14.0-dev.1911+3bf89f55c") 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}));
}