1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

migrate build.zig.zon to new format

- name now is an enum literal.
- added fingerprint
This commit is contained in:
Rene Schallner 2025-03-02 11:01:16 +01:00
parent 2bd450ac60
commit 6b268c5f6e
No known key found for this signature in database

View file

@ -1,10 +1,11 @@
.{ .{
.name = "zap", .name = .zap,
.version = "0.8.0", .version = "0.9.1",
.paths = .{ .paths = .{
"build.zig", "build.zig",
"build.zig.zon", "build.zig.zon",
"src", "src",
"facil.io", "facil.io",
}, },
.fingerprint = 0x8ac41f4ef381871a,
} }