authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-18 12:28:35+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-18 12:28:52+02:00
log86085362cbbb3ab40b6d09e84198ab862c67edbe
treee1bc9795bf45bd96115493e840ff4e72e4c63a57
parent7b02ab758845d553ef4399548274ef2e23eaeb2f
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.Target: update max Linux version to 7.2


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

lib/std/Target.zig+1-1
......@@ -458,7 +458,7 @@ pub const Os = struct {
458458
459459 break :blk default_min;
460460 },
461 .max = .{ .major = 7, .minor = 1, .patch = 9 },
461 .max = .{ .major = 7, .minor = 2, .patch = 0 },
462462 },
463463 .glibc = blk: {
464464 // For 32-bit targets that traditionally used 32-bit time, we require