zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 512bb9ad3e3765f4137dc99378036db7617875c4 (tree)
parent 7cedc01b7e8b0788bb707456bfc0a7b344a783a6
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Mon, 24 Feb 2025 21:07:01 -0800

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

Diffstat:
Mbuild.zig.zon | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.zig.zon b/build.zig.zon @@ -1,7 +1,7 @@ // The Zig compiler is not intended to be consumed as a package. // The sole purpose of this manifest file is to test the compiler. .{ - .name = "zig", + .name = .zig, .version = "0.0.0", .dependencies = .{ .standalone_test_cases = .{ @@ -12,4 +12,5 @@ }, }, .paths = .{""}, + .id = 0x1cb6, }