zig

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

commit fcf0fc225a7e9023d62138e6cbc6d5ffd91453e0 (tree)
parent 7af9882c6d32e5febd1320648131afbb0ced4f55
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Mon,  9 Feb 2026 23:46:43 +0100

std.Target: update max Linux version to 6.19

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