Skip to content

Commit b997779

Browse files
committed
std.Target: Bump maximum supported OpenBSD version to 7.5.
1 parent d7e19f7 commit b997779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/Target.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ pub const Os = struct {
455455
.openbsd => .{
456456
.semver = .{
457457
.min = .{ .major = 7, .minor = 3, .patch = 0 },
458-
.max = .{ .major = 7, .minor = 4, .patch = 0 },
458+
.max = .{ .major = 7, .minor = 5, .patch = 0 },
459459
},
460460
},
461461
.dragonfly => .{

0 commit comments

Comments
 (0)