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

This commit is contained in:
Andrew Kelley 2025-02-24 21:07:01 -08:00
parent 7cedc01b7e
commit 512bb9ad3e

View file

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