std.Target: bump contiki max version to 5.1.0

This commit is contained in:
Alex Rønne Petersen
2025-10-31 15:44:35 +01:00
parent a46c3a1582
commit 38413446b0
+1 -1
View File
@@ -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 => .{