std.Target: Bump minimum FreeBSD version to 13.4.

Per: https://www.freebsd.org/releases
This commit is contained in:
Alex Rønne Petersen 2025-04-06 07:44:38 +02:00
parent 0cd31fc7ff
commit ae98d79c87
No known key found for this signature in database

View File

@ -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 },
},
},