mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
std.Target: bump linux max version to 6.16.0
This commit is contained in:
parent
1808ecfa04
commit
af3baee5ca
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user