authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-30 22:38:23+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-05 14:52:48+01:00
log504de5c8874906a78f5528378b3e91efd938a8b0
tree148297d96904816e7f3c07a2c4262885d333608c
parent39bb452d9622ee9ef3bd5afb00f97fdf3fa8ae97
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.Target: bump baseline openbsd version from 7.7 to 7.8

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 {
534534 .openbsd => .{
535535 .semver = .{
536536 .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 };
538538
539539 for (std.zig.target.available_libcs) |libc| {
540540 if (libc.arch != arch or libc.os != tag or libc.abi != abi) continue;