mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-02 06:16:53 +03:00
std.Target: bump max NetBSD version to 11.0
This commit is contained in:
+1
-1
@@ -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 => .{
|
||||
|
||||
Reference in New Issue
Block a user