Skip to content

Commit

Permalink
migrate build.zig.zon to new format
Browse files Browse the repository at this point in the history
- name now is an enum literal.
- added fingerprint
  • Loading branch information
renerocksai committed Mar 2, 2025
1 parent 2bd450a commit 6b268c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -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,
}

0 comments on commit 6b268c5

Please sign in to comment.