| author | |
| committer | |
| log | 37595b7a1d5649bd9e7c348eced76d2ff60b1fae |
| tree | 410c75df33658aa3ddbc72e1c349e0313e2f9201 |
| parent | c92a955c7cca00e992cecb1e628e74aa56ca2ec3 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | ... | @@ -453,7 +453,7 @@ pub const Os = struct { |
| 453 | 453 | |
| 454 | 454 | break :blk default_min; |
| 455 | 455 | }, |
| 456 | .max = .{ .major = 7, .minor = 0, .patch = 9 }, | |
| 456 | .max = .{ .major = 7, .minor = 1, .patch = 9 }, | |
| 457 | 457 | }, |
| 458 | 458 | .glibc = blk: { |
| 459 | 459 | // For 32-bit targets that traditionally used 32-bit time, we require |