Skip to content

Commit 1808ecf

Browse files
committed
std.Target: bump fuchsia max version to 27.0.0
1 parent 765825b commit 1808ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/Target.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ pub const Os = struct {
405405
.fuchsia => .{
406406
.semver = .{
407407
.min = .{ .major = 1, .minor = 0, .patch = 0 },
408-
.max = .{ .major = 26, .minor = 0, .patch = 0 },
408+
.max = .{ .major = 27, .minor = 0, .patch = 0 },
409409
},
410410
},
411411
.hermit => .{

0 commit comments

Comments
 (0)