mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
std.Target: bump contiki max version to 5.1.0
This commit is contained in:
+1
-1
@@ -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 => .{
|
||||
|
||||
Reference in New Issue
Block a user