mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +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 => .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 1, .minor = 0, .patch = 0 },
|
||||
.max = .{ .major = 27, .minor = 0, .patch = 0 },
|
||||
.max = .{ .major = 28, .minor = 0, .patch = 0 },
|
||||
},
|
||||
},
|
||||
.hermit => .{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue