mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
std.Target: Update maximum supported AIX version.
This commit is contained in:
parent
2f999dd3af
commit
9013d9ed78
@ -434,7 +434,7 @@ pub const Os = struct {
|
||||
.aix => .{
|
||||
.semver = .{
|
||||
.min = .{ .major = 7, .minor = 2, .patch = 5 },
|
||||
.max = .{ .major = 7, .minor = 3, .patch = 2 },
|
||||
.max = .{ .major = 7, .minor = 3, .patch = 3 },
|
||||
},
|
||||
},
|
||||
.hurd => .{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user