std.Target: bump fuchsia max version to 28.0.0

This commit is contained in:
Alex Rønne Petersen 2025-10-31 15:45:01 +01:00
parent 38413446b0
commit 0116d98093
No known key found for this signature in database

View File

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