authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-05-21 03:03:07+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-05-21 03:05:18+02:00
log86b9e985ccdca53a46202aecfc3e83992c0f19c9
treef334b29fdd79b6085f2c1ae852b519c6fa7e1a23
parent4a65cc4aca6fd03e80272a211e9b6c8c50716594
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.Target: bump max OpenBSD version to 7.9


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

lib/std/Target.zig+1-1
...@@ -552,7 +552,7 @@ pub const Os = struct {...@@ -552,7 +552,7 @@ pub const Os = struct {
552552
553 break :blk default_min;553 break :blk default_min;
554 },554 },
555 .max = .{ .major = 7, .minor = 8, .patch = 0 },555 .max = .{ .major = 7, .minor = 9, .patch = 0 },
556 },556 },
557 },557 },
558558