mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 04:24:33 +01:00
std.Target: Bump minimum supported OpenBSD version to 7.3.
Per 0.13.0 release notes: https://ziglang.org/download/0.13.0/release-notes.html#Tier-2-Support
This commit is contained in:
parent
8088027e72
commit
d7e19f7f8e
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ pub const Os = struct {
|
|||
},
|
||||
.openbsd => .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 6, .minor = 8, .patch = 0 },
|
||||
.min = .{ .major = 7, .minor = 3, .patch = 0 },
|
||||
.max = .{ .major = 7, .minor = 4, .patch = 0 },
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue