| author | |
| committer | |
| log | d7e19f7f8e684df1fd651c57ea22cefac1afe99d |
| tree | bb137d933a8f8bd4a4aae7a2ca5e5595eceb5458 |
| parent | 8088027e72e854339b8f0fa22d109d5cb61d9ecd |
| signature |
Per 0.13.0 release notes: https://ziglang.org/download/0.13.0/release-notes.html#Tier-2-Support1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | ... | @@ -454,7 +454,7 @@ pub const Os = struct { |
| 454 | 454 | }, |
| 455 | 455 | .openbsd => .{ |
| 456 | 456 | .semver = .{ |
| 457 | .min = .{ .major = 6, .minor = 8, .patch = 0 }, | |
| 457 | .min = .{ .major = 7, .minor = 3, .patch = 0 }, | |
| 458 | 458 | .max = .{ .major = 7, .minor = 4, .patch = 0 }, |
| 459 | 459 | }, |
| 460 | 460 | }, |