mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
std.Target: Update default max Linux version to 6.10.3.
This commit is contained in:
parent
3a1d4dd19e
commit
10949a6914
@ -481,7 +481,7 @@ pub const Os = struct {
|
||||
.linux = .{
|
||||
.range = .{
|
||||
.min = .{ .major = 4, .minor = 19, .patch = 0 },
|
||||
.max = .{ .major = 6, .minor = 5, .patch = 7 },
|
||||
.max = .{ .major = 6, .minor = 10, .patch = 3 },
|
||||
},
|
||||
.glibc = blk: {
|
||||
const default_min = .{ .major = 2, .minor = 28, .patch = 0 };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user