authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-02-24 21:07:01-08:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-02-26 11:42:03-08:00
log512bb9ad3e3765f4137dc99378036db7617875c4
treeeea3d8a5a1728ed7bce50646d9124e41460f9919
parent7cedc01b7e8b0788bb707456bfc0a7b344a783a6

update zig's own manifest file to conform to new rules


1 files changed, 2 insertions(+), 1 deletions(-)

build.zig.zon+2-1
......@@ -1,7 +1,7 @@
11// The Zig compiler is not intended to be consumed as a package.
22// The sole purpose of this manifest file is to test the compiler.
33.{
4 .name = "zig",
4 .name = .zig,
55 .version = "0.0.0",
66 .dependencies = .{
77 .standalone_test_cases = .{
......@@ -12,4 +12,5 @@
1212 },
1313 },
1414 .paths = .{""},
15 .id = 0x1cb6,
1516}