std.Target: Update supported OpenBSD version range.

This commit is contained in:
Alex Rønne Petersen 2025-05-02 19:54:34 +02:00
parent f3bf26138c
commit be8b6b5435
No known key found for this signature in database

View file

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