Commit 39b653c5e7

Alex Rønne Petersen <alex@alexrp.com>
2025-08-03 19:55:57
std.Target: bump freebsd max version to 14.3.0
1 parent af3baee
Changed files (1)
lib
lib/std/Target.zig
@@ -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 => .{