mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
std.Target: Bump minimum FreeBSD version to 13.4.
Per: https://www.freebsd.org/releases
This commit is contained in:
parent
0cd31fc7ff
commit
ae98d79c87
@ -506,7 +506,7 @@ pub const Os = struct {
|
||||
},
|
||||
.freebsd => .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 12, .minor = 0, .patch = 0 },
|
||||
.min = .{ .major = 13, .minor = 4, .patch = 0 },
|
||||
.max = .{ .major = 14, .minor = 2, .patch = 0 },
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user