| author | |
| committer | |
| log | 86085362cbbb3ab40b6d09e84198ab862c67edbe |
| tree | e1bc9795bf45bd96115493e840ff4e72e4c63a57 |
| parent | 7b02ab758845d553ef4399548274ef2e23eaeb2f |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | @@ -458,7 +458,7 @@ pub const Os = struct { | ... | @@ -458,7 +458,7 @@ pub const Os = struct { |
| 458 | 458 | ||
| 459 | break :blk default_min; | 459 | break :blk default_min; |
| 460 | }, | 460 | }, |
| 461 | .max = .{ .major = 7, .minor = 1, .patch = 9 }, | 461 | .max = .{ .major = 7, .minor = 2, .patch = 0 }, |
| 462 | }, | 462 | }, |
| 463 | .glibc = blk: { | 463 | .glibc = blk: { |
| 464 | // For 32-bit targets that traditionally used 32-bit time, we require | 464 | // For 32-bit targets that traditionally used 32-bit time, we require |