std.Target: Update supported Fuchsia version range.

This commit is contained in:
Alex Rønne Petersen 2025-05-02 19:52:23 +02:00
parent a843be44a0
commit cb4022b039
No known key found for this signature in database

View file

@ -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 => .{