std.Target: bump watchos min version to 8.0.0
This commit is contained in:
@@ -579,7 +579,7 @@ pub const Os = struct {
|
||||
},
|
||||
.watchos => .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 7, .minor = 0, .patch = 0 },
|
||||
.min = .{ .major = 8, .minor = 0, .patch = 0 },
|
||||
.max = .{ .major = 11, .minor = 6, .patch = 0 },
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user