Upgrade to Zig 0.14.1

This commit is contained in:
Karl Seguin
2025-05-24 19:55:50 +08:00
parent 7cc332a96e
commit bcc4980189
5 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ const builtin = @import("builtin");
/// Do not rename this constant. It is scanned by some scripts to determine
/// which zig version to install.
const recommended_zig_version = "0.14.0";
const recommended_zig_version = "0.14.1";
pub fn build(b: *std.Build) !void {
switch (comptime builtin.zig_version.order(std.SemanticVersion.parse(recommended_zig_version) catch unreachable)) {