all: update Zig to version 0.14.0-dev.2577+271452d22

Signed-off-by: Wrench[bot] <wrench@hexops.com>
This commit is contained in:
Wrench[bot] 2024-12-30 12:28:01 -07:00 committed by Emi Gutekanst
parent c4c916fcef
commit e7d538bf7c
2 changed files with 5 additions and 5 deletions

View file

@ -448,7 +448,7 @@ const SysAudioTest = struct {
};
comptime {
const supported_zig = std.SemanticVersion.parse("0.14.0-dev.1911+3bf89f55c") catch unreachable;
const supported_zig = std.SemanticVersion.parse("0.14.0-dev.2577+271452d22") catch unreachable;
if (builtin.zig_version.order(supported_zig) != .eq) {
@compileError(std.fmt.comptimePrint("unsupported Zig version ({}). Required Zig version 2024.10.0-mach: https://machengine.org/docs/zig-version/", .{builtin.zig_version}));
}