Skip to content

Commit

Permalink
std.Target: Bump maximum supported OpenBSD version to 7.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Aug 10, 2024
1 parent d7e19f7 commit b997779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/std/Target.zig
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ pub const Os = struct {
.openbsd => .{
.semver = .{
.min = .{ .major = 7, .minor = 3, .patch = 0 },
.max = .{ .major = 7, .minor = 4, .patch = 0 },
.max = .{ .major = 7, .minor = 5, .patch = 0 },
},
},
.dragonfly => .{
Expand Down

0 comments on commit b997779

Please sign in to comment.