| author | |
| committer | |
| log | 86b9e985ccdca53a46202aecfc3e83992c0f19c9 |
| tree | f334b29fdd79b6085f2c1ae852b519c6fa7e1a23 |
| parent | 4a65cc4aca6fd03e80272a211e9b6c8c50716594 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | ... | @@ -552,7 +552,7 @@ pub const Os = struct { |
| 552 | 552 | |
| 553 | 553 | break :blk default_min; |
| 554 | 554 | }, |
| 555 | .max = .{ .major = 7, .minor = 8, .patch = 0 }, | |
| 555 | .max = .{ .major = 7, .minor = 9, .patch = 0 }, | |
| 556 | 556 | }, |
| 557 | 557 | }, |
| 558 | 558 |