mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
std.Target: bump wasi max version to 0.3.0
This commit is contained in:
parent
3801e6366f
commit
27c949689e
@ -607,7 +607,7 @@ pub const Os = struct {
|
|||||||
.wasi => .{
|
.wasi => .{
|
||||||
.semver = .{
|
.semver = .{
|
||||||
.min = .{ .major = 0, .minor = 1, .patch = 0 },
|
.min = .{ .major = 0, .minor = 1, .patch = 0 },
|
||||||
.max = .{ .major = 0, .minor = 2, .patch = 2 },
|
.max = .{ .major = 0, .minor = 3, .patch = 0 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user