Skip to content

Commit ba7cc72

Browse files
committed
std.Target: bump watchos min version to 8.0.0
1 parent 71722df commit ba7cc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/Target.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ pub const Os = struct {
579579
},
580580
.watchos => .{
581581
.semver = .{
582-
.min = .{ .major = 7, .minor = 0, .patch = 0 },
582+
.min = .{ .major = 8, .minor = 0, .patch = 0 },
583583
.max = .{ .major = 11, .minor = 6, .patch = 0 },
584584
},
585585
},

0 commit comments

Comments
 (0)