std.Target: bump max OpenBSD version to 7.9

This commit is contained in:
Alex Rønne Petersen
2026-05-21 03:03:07 +02:00
parent 4a65cc4aca
commit 86b9e985cc
+1 -1
View File
@@ -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 },
},
},