| author | |
| committer | |
| log | a9c648c06040f0fe066b1b0538137b003fdc53fd |
| tree | 4358521303ed783e31cc47f81fa70370676eb992 |
| parent | 0116d98093df6d9c53877f4c449c9365e64b0f6e |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | @@ -439,7 +439,7 @@ pub const Os = struct { | ... | @@ -439,7 +439,7 @@ pub const Os = struct { |
| 439 | 439 | ||
| 440 | break :blk default_min; | 440 | break :blk default_min; |
| 441 | }, | 441 | }, |
| 442 | .max = .{ .major = 6, .minor = 16, .patch = 0 }, | 442 | .max = .{ .major = 6, .minor = 17, .patch = 0 }, |
| 443 | }, | 443 | }, |
| 444 | .glibc = blk: { | 444 | .glibc = blk: { |
| 445 | // For 32-bit targets that traditionally used 32-bit time, we require | 445 | // For 32-bit targets that traditionally used 32-bit time, we require |