mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
std.Target: bump contiki max version to 5.1.0
This commit is contained in:
parent
a46c3a1582
commit
38413446b0
@ -398,7 +398,7 @@ pub const Os = struct {
|
||||
.contiki => .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 4, .minor = 0, .patch = 0 },
|
||||
.max = .{ .major = 5, .minor = 0, .patch = 0 },
|
||||
.max = .{ .major = 5, .minor = 1, .patch = 0 },
|
||||
},
|
||||
},
|
||||
.fuchsia => .{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user