mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std.Target: Update supported OpenBSD version range.
This commit is contained in:
parent
f3bf26138c
commit
be8b6b5435
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue