| author | |
| committer | |
| log | 512bb9ad3e3765f4137dc99378036db7617875c4 |
| tree | eea3d8a5a1728ed7bce50646d9124e41460f9919 |
| parent | 7cedc01b7e8b0788bb707456bfc0a7b344a783a6 |
1 files changed, 2 insertions(+), 1 deletions(-)
build.zig.zon+2-1| ... | ... | @@ -1,7 +1,7 @@ |
| 1 | 1 | // The Zig compiler is not intended to be consumed as a package. |
| 2 | 2 | // The sole purpose of this manifest file is to test the compiler. |
| 3 | 3 | .{ |
| 4 | .name = "zig", | |
| 4 | .name = .zig, | |
| 5 | 5 | .version = "0.0.0", |
| 6 | 6 | .dependencies = .{ |
| 7 | 7 | .standalone_test_cases = .{ |
| ... | ... | @@ -12,4 +12,5 @@ |
| 12 | 12 | }, |
| 13 | 13 | }, |
| 14 | 14 | .paths = .{""}, |
| 15 | .id = 0x1cb6, | |
| 15 | 16 | } |