| author | |
| committer | |
| log | fcf0fc225a7e9023d62138e6cbc6d5ffd91453e0 |
| tree | 2f113a93f5bd14dfe2f703b7045a65e49b61744b |
| parent | 7af9882c6d32e5febd1320648131afbb0ced4f55 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | ... | @@ -443,7 +443,7 @@ pub const Os = struct { |
| 443 | 443 | |
| 444 | 444 | break :blk default_min; |
| 445 | 445 | }, |
| 446 | .max = .{ .major = 6, .minor = 17, .patch = 0 }, | |
| 446 | .max = .{ .major = 6, .minor = 19, .patch = 0 }, | |
| 447 | 447 | }, |
| 448 | 448 | .glibc = blk: { |
| 449 | 449 | // For 32-bit targets that traditionally used 32-bit time, we require |