Skip to content

Commit af19161

Browse files
committed
std.Target: Bump minimum OpenBSD version to 7.5.
Per: https://www.openbsd.org/faq/faq5.html#Flavors
1 parent a88db11 commit af19161

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
@@ -518,7 +518,7 @@ pub const Os = struct {
518518
},
519519
.openbsd => .{
520520
.semver = .{
521-
.min = .{ .major = 7, .minor = 3, .patch = 0 },
521+
.min = .{ .major = 7, .minor = 5, .patch = 0 },
522522
.max = .{ .major = 7, .minor = 6, .patch = 0 },
523523
},
524524
},

0 commit comments

Comments
 (0)