mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std.Target: bump contiki max version to 5.1.0
This commit is contained in:
parent
a46c3a1582
commit
38413446b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue