mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std.Target: bump watchos min version to 8.0.0
This commit is contained in:
parent
71722df4ab
commit
ba7cc72c47
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue