std.Target: bump watchos min version to 8.0.0

This commit is contained in:
Alex Rønne Petersen 2025-08-03 20:08:19 +02:00
parent 71722df4ab
commit ba7cc72c47
No known key found for this signature in database

View file

@ -579,7 +579,7 @@ pub const Os = struct {
}, },
.watchos => .{ .watchos => .{
.semver = .{ .semver = .{
.min = .{ .major = 7, .minor = 0, .patch = 0 }, .min = .{ .major = 8, .minor = 0, .patch = 0 },
.max = .{ .major = 11, .minor = 6, .patch = 0 }, .max = .{ .major = 11, .minor = 6, .patch = 0 },
}, },
}, },