| author | |
| committer | |
| log | 81c52fd62188a43591f0df52c0a121999b497a28 |
| tree | 2c56b6b784523da32337de9af2024556f44b098f |
| parent | 5b8545e4d9d09354e43c090ce1436b7082dbfe8c |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | @@ -510,7 +510,7 @@ pub const Os = struct { | ... | @@ -510,7 +510,7 @@ pub const Os = struct { |
| 510 | 510 | ||
| 511 | break :blk default_min; | 511 | break :blk default_min; |
| 512 | }, | 512 | }, |
| 513 | .max = .{ .major = 14, .minor = 3, .patch = 0 }, | 513 | .max = .{ .major = 15, .minor = 0, .patch = 0 }, |
| 514 | }, | 514 | }, |
| 515 | }, | 515 | }, |
| 516 | .netbsd => .{ | 516 | .netbsd => .{ |