zig

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

commit af3baee5ca2cf5a9a965cdd2d965306d487a4bd2 (tree)
parent 1808ecfa049d62b1f202e9316fd59aa47f7d4f31
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Sun,  3 Aug 2025 19:54:19 +0200

std.Target: bump linux max version to 6.16.0

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 @@ -446,7 +446,7 @@ pub const Os = struct { break :blk default_min; }, - .max = .{ .major = 6, .minor = 13, .patch = 4 }, + .max = .{ .major = 6, .minor = 16, .patch = 0 }, }, .glibc = blk: { // For 32-bit targets that traditionally used 32-bit time, we require