mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
std.Target: Bump minimum NetBSD version to 9.4.
Per: https://www.netbsd.org/releases
This commit is contained in:
parent
b22d53a5e7
commit
a88db11c2a
@ -512,7 +512,7 @@ pub const Os = struct {
|
||||
},
|
||||
.netbsd => .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 8, .minor = 0, .patch = 0 },
|
||||
.min = .{ .major = 9, .minor = 4, .patch = 0 },
|
||||
.max = .{ .major = 10, .minor = 1, .patch = 0 },
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user