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 5808a02466
commit a2591bf771
No known key found for this signature in database

View file

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