mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 22:09:49 +00:00
std.Target: bump min-max versions for OpenBSD from 7.6-7.7 to 7.7-7.8
https://cdn.openbsd.org/pub/OpenBSD/7.8/ANNOUNCEMENT
This commit is contained in:
parent
a027fa8b8c
commit
93d54cb866
@ -554,8 +554,8 @@ pub const Os = struct {
|
||||
},
|
||||
.openbsd => .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 7, .minor = 6, .patch = 0 },
|
||||
.max = .{ .major = 7, .minor = 7, .patch = 0 },
|
||||
.min = .{ .major = 7, .minor = 7, .patch = 0 },
|
||||
.max = .{ .major = 7, .minor = 8, .patch = 0 },
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user