commit 9013d9ed78fb2deea01077e1223cd7f6e412906e (tree)
parent 2f999dd3af782e6bdc27361ef81db624c4b807ca
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Fri, 2 May 2025 19:53:58 +0200
std.Target: Update maximum supported AIX version.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/std/Target.zig b/lib/std/Target.zig
@@ -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 => .{