Upgrade to Zig 0.15.2 - no code changes

This commit is contained in:
Karl Seguin
2025-10-20 16:44:45 +08:00
parent 9373cbb440
commit ef9784a7d4
6 changed files with 6 additions and 6 deletions

View File

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