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 731d653 commit 46d03c5Copy full SHA for 46d03c5
lib/std/Target.zig
@@ -470,7 +470,7 @@ pub const Os = struct {
470
.max = .{ .major = 6, .minor = 13, .patch = 4 },
471
},
472
.glibc = blk: {
473
- const default_min: std.SemanticVersion = .{ .major = 2, .minor = 28, .patch = 0 };
+ const default_min: std.SemanticVersion = .{ .major = 2, .minor = 31, .patch = 0 };
474
475
for (std.zig.target.available_libcs) |libc| {
476
if (libc.os != tag or libc.arch != arch or libc.abi != abi) continue;
0 commit comments