mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
std.Target: bump fuchsia max version to 28.0.0
This commit is contained in:
parent
38413446b0
commit
0116d98093
@ -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…
x
Reference in New Issue
Block a user