mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
std.Target: bump fuchsia max version to 27.0.0
This commit is contained in:
parent
765825b802
commit
1808ecfa04
@ -405,7 +405,7 @@ pub const Os = struct {
|
||||
.fuchsia => .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 1, .minor = 0, .patch = 0 },
|
||||
.max = .{ .major = 26, .minor = 0, .patch = 0 },
|
||||
.max = .{ .major = 27, .minor = 0, .patch = 0 },
|
||||
},
|
||||
},
|
||||
.hermit => .{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user