commit 86b9e985ccdca53a46202aecfc3e83992c0f19c9 (tree)
parent 4a65cc4aca6fd03e80272a211e9b6c8c50716594
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Thu, 21 May 2026 03:03:07 +0200
std.Target: bump max OpenBSD version to 7.9
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/std/Target.zig b/lib/std/Target.zig
@@ -552,7 +552,7 @@ pub const Os = struct {
break :blk default_min;
},
- .max = .{ .major = 7, .minor = 8, .patch = 0 },
+ .max = .{ .major = 7, .minor = 9, .patch = 0 },
},
},