mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
std.Target: Bump maximum supported OpenBSD version to 7.5.
This commit is contained in:
parent
d7e19f7f8e
commit
b99777940e
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ pub const Os = struct {
|
|||
.openbsd => .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 7, .minor = 3, .patch = 0 },
|
||||
.max = .{ .major = 7, .minor = 4, .patch = 0 },
|
||||
.max = .{ .major = 7, .minor = 5, .patch = 0 },
|
||||
},
|
||||
},
|
||||
.dragonfly => .{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue