Skip to content

Commit 39b653c

Browse files
committed
std.Target: bump freebsd max version to 14.3.0
1 parent af3baee commit 39b653c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/Target.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ pub const Os = struct {
519519

520520
break :blk default_min;
521521
},
522-
.max = .{ .major = 14, .minor = 2, .patch = 0 },
522+
.max = .{ .major = 14, .minor = 3, .patch = 0 },
523523
},
524524
},
525525
.netbsd => .{

0 commit comments

Comments
 (0)