std.Target: Bump minimum OpenBSD version to 7.5.

Per: https://www.openbsd.org/faq/faq5.html#Flavors
This commit is contained in:
Alex Rønne Petersen
2025-04-06 07:50:12 +02:00
parent a88db11c2a
commit af19161817

View File

@@ -518,7 +518,7 @@ pub const Os = struct {
},
.openbsd => .{
.semver = .{
.min = .{ .major = 7, .minor = 3, .patch = 0 },
.min = .{ .major = 7, .minor = 5, .patch = 0 },
.max = .{ .major = 7, .minor = 6, .patch = 0 },
},
},