| author | |
| committer | |
| log | 731d6531bfa2cd6b31759965c4926aeffabac45c |
| tree | 72cc02aa3c22f48b7ec9df9fef736aa4cf3acf2d |
| parent | c82e1fe880629beea5660c675cfc698807205601 |
| signature |
This is the kernel in Debian LTS (bullseye).1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | ... | @@ -455,7 +455,7 @@ pub const Os = struct { |
| 455 | 455 | .linux = .{ |
| 456 | 456 | .range = .{ |
| 457 | 457 | .min = blk: { |
| 458 | const default_min: std.SemanticVersion = .{ .major = 4, .minor = 19, .patch = 0 }; | |
| 458 | const default_min: std.SemanticVersion = .{ .major = 5, .minor = 10, .patch = 0 }; | |
| 459 | 459 | |
| 460 | 460 | for (std.zig.target.available_libcs) |libc| { |
| 461 | 461 | if (libc.arch != arch or libc.os != tag or libc.abi != abi) continue; |