commit 38413446b06b6b7d63bcd67e5dcf3ac5fc053b0d (tree)
parent a46c3a15827b4faf05d3944c5b41caee170bf6b1
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Fri, 31 Oct 2025 15:44:35 +0100
std.Target: bump contiki max version to 5.1.0
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/std/Target.zig b/lib/std/Target.zig
@@ -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 => .{