| author | |
| committer | |
| log | 46d03c5afa5ea14905cf500307013535446fe55d |
| tree | 17906bf9a32c25e659094a5de6bc4ba1f77a5688 |
| parent | 731d6531bfa2cd6b31759965c4926aeffabac45c |
| signature |
This is the version in Debian LTS (bullseye).1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | ... | @@ -470,7 +470,7 @@ pub const Os = struct { |
| 470 | 470 | .max = .{ .major = 6, .minor = 13, .patch = 4 }, |
| 471 | 471 | }, |
| 472 | 472 | .glibc = blk: { |
| 473 | const default_min: std.SemanticVersion = .{ .major = 2, .minor = 28, .patch = 0 }; | |
| 473 | const default_min: std.SemanticVersion = .{ .major = 2, .minor = 31, .patch = 0 }; | |
| 474 | 474 | |
| 475 | 475 | for (std.zig.target.available_libcs) |libc| { |
| 476 | 476 | if (libc.os != tag or libc.arch != arch or libc.abi != abi) continue; |