We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4e51d commit a16b32aCopy full SHA for a16b32a
lib/std/Target.zig
@@ -505,11 +505,11 @@ pub const Os = struct {
505
.linux => .{
506
.linux = .{
507
.range = .{
508
- .min = .{ .major = 4, .minor = 19, .patch = 0 },
509
- .max = .{ .major = 6, .minor = 10, .patch = 3 },
+ .min = .{ .major = 5, .minor = 1, .patch = 0 },
+ .max = .{ .major = 6, .minor = 11, .patch = 3 },
510
},
511
.glibc = blk: {
512
- const default_min = .{ .major = 2, .minor = 28, .patch = 0 };
+ const default_min = .{ .major = 2, .minor = 34, .patch = 0 };
513
514
for (std.zig.target.available_libcs) |libc| {
515
// We don't know the ABI here. We can get away with not checking it
0 commit comments