mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
std.Target: Update supported OpenBSD version range.
This commit is contained in:
parent
f3bf26138c
commit
be8b6b5435
@ -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 },
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user