std.Target: bump fuchsia max version to 27.0.0

This commit is contained in:
Alex Rønne Petersen 2025-08-03 19:52:16 +02:00
parent 765825b802
commit 1808ecfa04
No known key found for this signature in database

View File

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