mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std.Target: bump fuchsia max version to 28.0.0
This commit is contained in:
parent
38413446b0
commit
0116d98093
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ pub const Os = struct {
|
||||||
.fuchsia => .{
|
.fuchsia => .{
|
||||||
.semver = .{
|
.semver = .{
|
||||||
.min = .{ .major = 1, .minor = 0, .patch = 0 },
|
.min = .{ .major = 1, .minor = 0, .patch = 0 },
|
||||||
.max = .{ .major = 27, .minor = 0, .patch = 0 },
|
.max = .{ .major = 28, .minor = 0, .patch = 0 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
.hermit => .{
|
.hermit => .{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue