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 c82e1fe commit 731d653Copy full SHA for 731d653
lib/std/Target.zig
@@ -455,7 +455,7 @@ pub const Os = struct {
455
.linux = .{
456
.range = .{
457
.min = blk: {
458
- const default_min: std.SemanticVersion = .{ .major = 4, .minor = 19, .patch = 0 };
+ const default_min: std.SemanticVersion = .{ .major = 5, .minor = 10, .patch = 0 };
459
460
for (std.zig.target.available_libcs) |libc| {
461
if (libc.arch != arch or libc.os != tag or libc.abi != abi) continue;
0 commit comments