mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-31 05:15:29 +03:00
std.Target: bump max OpenBSD version to 7.9
This commit is contained in:
+1
-1
@@ -552,7 +552,7 @@ pub const Os = struct {
|
||||
|
||||
break :blk default_min;
|
||||
},
|
||||
.max = .{ .major = 7, .minor = 8, .patch = 0 },
|
||||
.max = .{ .major = 7, .minor = 9, .patch = 0 },
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user