| author | |
| committer | |
| log | af3baee5ca2cf5a9a965cdd2d965306d487a4bd2 |
| tree | 0107054b453ac734b9789c9389b12a6a1f3d3841 |
| parent | 1808ecfa049d62b1f202e9316fd59aa47f7d4f31 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | ... | @@ -446,7 +446,7 @@ pub const Os = struct { |
| 446 | 446 | |
| 447 | 447 | break :blk default_min; |
| 448 | 448 | }, |
| 449 | .max = .{ .major = 6, .minor = 13, .patch = 4 }, | |
| 449 | .max = .{ .major = 6, .minor = 16, .patch = 0 }, | |
| 450 | 450 | }, |
| 451 | 451 | .glibc = blk: { |
| 452 | 452 | // For 32-bit targets that traditionally used 32-bit time, we require |