std.Target: bump max NetBSD version to 11.0

This commit is contained in:
Alex Rønne Petersen
2026-05-26 14:01:54 +02:00
parent 1e2bac6153
commit 912dd0b451
+1 -1
View File
@@ -538,7 +538,7 @@ pub const Os = struct {
break :blk default_min;
},
.max = .{ .major = 10, .minor = 1, .patch = 0 },
.max = .{ .major = 11, .minor = 0, .patch = 0 },
},
},
.openbsd => .{