authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-02-09 23:46:43+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-02-09 23:54:30+01:00
logfcf0fc225a7e9023d62138e6cbc6d5ffd91453e0
tree2f113a93f5bd14dfe2f703b7045a65e49b61744b
parent7af9882c6d32e5febd1320648131afbb0ced4f55
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.Target: update max Linux version to 6.19


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/Target.zig+1-1
...@@ -443,7 +443,7 @@ pub const Os = struct {...@@ -443,7 +443,7 @@ pub const Os = struct {
443443
444 break :blk default_min;444 break :blk default_min;
445 },445 },
446 .max = .{ .major = 6, .minor = 17, .patch = 0 },446 .max = .{ .major = 6, .minor = 19, .patch = 0 },
447 },447 },
448 .glibc = blk: {448 .glibc = blk: {
449 // For 32-bit targets that traditionally used 32-bit time, we require449 // For 32-bit targets that traditionally used 32-bit time, we require