zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 37595b7a1d5649bd9e7c348eced76d2ff60b1fae (tree)
parent c92a955c7cca00e992cecb1e628e74aa56ca2ec3
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Mon, 15 Jun 2026 14:52:33 +0200

std.Target: update Linux max version to 7.1

Diffstat:
Mlib/std/Target.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/std/Target.zig b/lib/std/Target.zig @@ -453,7 +453,7 @@ pub const Os = struct { break :blk default_min; }, - .max = .{ .major = 7, .minor = 0, .patch = 9 }, + .max = .{ .major = 7, .minor = 1, .patch = 9 }, }, .glibc = blk: { // For 32-bit targets that traditionally used 32-bit time, we require