mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std.Target: bump linux max version to 6.17
This commit is contained in:
parent
0116d98093
commit
a9c648c060
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ pub const Os = struct {
|
|||
|
||||
break :blk default_min;
|
||||
},
|
||||
.max = .{ .major = 6, .minor = 16, .patch = 0 },
|
||||
.max = .{ .major = 6, .minor = 17, .patch = 0 },
|
||||
},
|
||||
.glibc = blk: {
|
||||
// For 32-bit targets that traditionally used 32-bit time, we require
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue