| ... | @@ -1,7 +1,7 @@ | ... | @@ -1,7 +1,7 @@ |
| 1 | // The Zig compiler is not intended to be consumed as a package. | 1 | // The Zig compiler is not intended to be consumed as a package. |
| 2 | // The sole purpose of this manifest file is to test the compiler. | 2 | // The sole purpose of this manifest file is to test the compiler. |
| 3 | .{ | 3 | .{ |
| 4 | .name = "zig", | 4 | .name = .zig, |
| 5 | .version = "0.0.0", | 5 | .version = "0.0.0", |
| 6 | .dependencies = .{ | 6 | .dependencies = .{ |
| 7 | .standalone_test_cases = .{ | 7 | .standalone_test_cases = .{ |
| ... | @@ -12,4 +12,5 @@ | ... | @@ -12,4 +12,5 @@ |
| 12 | }, | 12 | }, |
| 13 | }, | 13 | }, |
| 14 | .paths = .{""}, | 14 | .paths = .{""}, |
| | 15 | .id = 0x1cb6, |
| 15 | } | 16 | } |