| author | |
| committer | |
| log | 504de5c8874906a78f5528378b3e91efd938a8b0 |
| tree | 148297d96904816e7f3c07a2c4262885d333608c |
| parent | 39bb452d9622ee9ef3bd5afb00f97fdf3fa8ae97 |
| signature |
Since this is the first version we support cross-compiling for.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | ... | @@ -534,7 +534,7 @@ pub const Os = struct { |
| 534 | 534 | .openbsd => .{ |
| 535 | 535 | .semver = .{ |
| 536 | 536 | .min = blk: { |
| 537 | const default_min: std.SemanticVersion = .{ .major = 7, .minor = 7, .patch = 0 }; | |
| 537 | const default_min: std.SemanticVersion = .{ .major = 7, .minor = 8, .patch = 0 }; | |
| 538 | 538 | |
| 539 | 539 | for (std.zig.target.available_libcs) |libc| { |
| 540 | 540 | if (libc.arch != arch or libc.os != tag or libc.abi != abi) continue; |