Skip to content

Commit af3baee

Browse files
committed
std.Target: bump linux max version to 6.16.0
1 parent 1808ecf commit af3baee

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
@@ -446,7 +446,7 @@ pub const Os = struct {
446446

447447
break :blk default_min;
448448
},
449-
.max = .{ .major = 6, .minor = 13, .patch = 4 },
449+
.max = .{ .major = 6, .minor = 16, .patch = 0 },
450450
},
451451
.glibc = blk: {
452452
// For 32-bit targets that traditionally used 32-bit time, we require

0 commit comments

Comments
 (0)