mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
std.Target: Update supported Fuchsia version range.
This commit is contained in:
parent
a843be44a0
commit
cb4022b039
@ -420,8 +420,8 @@ pub const Os = struct {
|
||||
},
|
||||
.fuchsia => .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 1, .minor = 1, .patch = 0 },
|
||||
.max = .{ .major = 21, .minor = 1, .patch = 0 },
|
||||
.min = .{ .major = 1, .minor = 0, .patch = 0 },
|
||||
.max = .{ .major = 26, .minor = 0, .patch = 0 },
|
||||
},
|
||||
},
|
||||
.hermit => .{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user