mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 11:13:08 +00:00
std.Target: bump watchos min version to 8.0.0
This commit is contained in:
parent
71722df4ab
commit
ba7cc72c47
@ -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 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user