mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
std.Target: Update supported Fuchsia version range.
This commit is contained in:
parent
a843be44a0
commit
cb4022b039
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue