| author | |
| committer | |
| log | ba7cc72c47a96fc4dad1ae35c58642debe1e2820 |
| tree | 60baeb1f48497ce6d2c5baa0546d31f6d3c61bcf |
| parent | 71722df4ab41e61ea641ba5a83166d60208607fc |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | ... | @@ -579,7 +579,7 @@ pub const Os = struct { |
| 579 | 579 | }, |
| 580 | 580 | .watchos => .{ |
| 581 | 581 | .semver = .{ |
| 582 | .min = .{ .major = 7, .minor = 0, .patch = 0 }, | |
| 582 | .min = .{ .major = 8, .minor = 0, .patch = 0 }, | |
| 583 | 583 | .max = .{ .major = 11, .minor = 6, .patch = 0 }, |
| 584 | 584 | }, |
| 585 | 585 | }, |