| author | |
| committer | |
| log | 38413446b06b6b7d63bcd67e5dcf3ac5fc053b0d |
| tree | ba88f3d314823c92a50ba50d8e4a6d68ec098321 |
| parent | a46c3a15827b4faf05d3944c5b41caee170bf6b1 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | @@ -398,7 +398,7 @@ pub const Os = struct { | ... | @@ -398,7 +398,7 @@ pub const Os = struct { |
| 398 | .contiki => .{ | 398 | .contiki => .{ |
| 399 | .semver = .{ | 399 | .semver = .{ |
| 400 | .min = .{ .major = 4, .minor = 0, .patch = 0 }, | 400 | .min = .{ .major = 4, .minor = 0, .patch = 0 }, |
| 401 | .max = .{ .major = 5, .minor = 0, .patch = 0 }, | 401 | .max = .{ .major = 5, .minor = 1, .patch = 0 }, |
| 402 | }, | 402 | }, |
| 403 | }, | 403 | }, |
| 404 | .fuchsia => .{ | 404 | .fuchsia => .{ |