From af3baee5ca2cf5a9a965cdd2d965306d487a4bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 3 Aug 2025 19:54:19 +0200 Subject: [PATCH] std.Target: bump linux max version to 6.16.0 --- lib/std/Target.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/std/Target.zig b/lib/std/Target.zig index 9aa7725e14..7949908ab8 100644 --- a/lib/std/Target.zig +++ b/lib/std/Target.zig @@ -446,7 +446,7 @@ pub const Os = struct { break :blk default_min; }, - .max = .{ .major = 6, .minor = 13, .patch = 4 }, + .max = .{ .major = 6, .minor = 16, .patch = 0 }, }, .glibc = blk: { // For 32-bit targets that traditionally used 32-bit time, we require