std.Target: bump freebsd max version to 14.3.0

This commit is contained in:
Alex Rønne Petersen 2025-08-03 19:55:57 +02:00
parent af3baee5ca
commit 39b653c5e7
No known key found for this signature in database

View File

@ -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 => .{