| author | |
| committer | |
| log | b99777940e54474d4bf663a144d130c07e57ccc3 |
| tree | 745558375c5c5f690c1f5c85b4d04c3e43b1913c |
| parent | d7e19f7f8e684df1fd651c57ea22cefac1afe99d |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | @@ -455,7 +455,7 @@ pub const Os = struct { | ... | @@ -455,7 +455,7 @@ pub const Os = struct { |
| 455 | .openbsd => .{ | 455 | .openbsd => .{ |
| 456 | .semver = .{ | 456 | .semver = .{ |
| 457 | .min = .{ .major = 7, .minor = 3, .patch = 0 }, | 457 | .min = .{ .major = 7, .minor = 3, .patch = 0 }, |
| 458 | .max = .{ .major = 7, .minor = 4, .patch = 0 }, | 458 | .max = .{ .major = 7, .minor = 5, .patch = 0 }, |
| 459 | }, | 459 | }, |
| 460 | }, | 460 | }, |
| 461 | .dragonfly => .{ | 461 | .dragonfly => .{ |