mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
std.Target: bump freebsd max version to 14.3.0
This commit is contained in:
parent
af3baee5ca
commit
39b653c5e7
@ -519,7 +519,7 @@ pub const Os = struct {
|
||||
|
||||
break :blk default_min;
|
||||
},
|
||||
.max = .{ .major = 14, .minor = 2, .patch = 0 },
|
||||
.max = .{ .major = 14, .minor = 3, .patch = 0 },
|
||||
},
|
||||
},
|
||||
.netbsd => .{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user