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 @@...@@ -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}