std.Target: bump wasi max version to 0.3.0

This commit is contained in:
Alex Rønne Petersen 2025-10-31 15:45:43 +01:00
parent 3801e6366f
commit 27c949689e
No known key found for this signature in database

View File

@ -607,7 +607,7 @@ pub const Os = struct {
.wasi => .{
.semver = .{
.min = .{ .major = 0, .minor = 1, .patch = 0 },
.max = .{ .major = 0, .minor = 2, .patch = 2 },
.max = .{ .major = 0, .minor = 3, .patch = 0 },
},
},