| author | |
| committer | |
| log | 1808ecfa049d62b1f202e9316fd59aa47f7d4f31 |
| tree | 7dee4bc6071cb768902f4a30f6c1c34198938e2d |
| parent | 765825b80224f491e54fac83479cb31014352256 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | ... | @@ -405,7 +405,7 @@ pub const Os = struct { |
| 405 | 405 | .fuchsia => .{ |
| 406 | 406 | .semver = .{ |
| 407 | 407 | .min = .{ .major = 1, .minor = 0, .patch = 0 }, |
| 408 | .max = .{ .major = 26, .minor = 0, .patch = 0 }, | |
| 408 | .max = .{ .major = 27, .minor = 0, .patch = 0 }, | |
| 409 | 409 | }, |
| 410 | 410 | }, |
| 411 | 411 | .hermit => .{ |