Skip to content

Commit 93d54cb

Browse files
committed
std.Target: bump min-max versions for OpenBSD from 7.6-7.7 to 7.7-7.8
https://cdn.openbsd.org/pub/OpenBSD/7.8/ANNOUNCEMENT
1 parent a027fa8 commit 93d54cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/std/Target.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,8 @@ pub const Os = struct {
554554
},
555555
.openbsd => .{
556556
.semver = .{
557-
.min = .{ .major = 7, .minor = 6, .patch = 0 },
558-
.max = .{ .major = 7, .minor = 7, .patch = 0 },
557+
.min = .{ .major = 7, .minor = 7, .patch = 0 },
558+
.max = .{ .major = 7, .minor = 8, .patch = 0 },
559559
},
560560
},
561561

0 commit comments

Comments
 (0)