Skip to content

Commit

Permalink
update for latest zig
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Mar 3, 2025
1 parent 3659058 commit 21be5c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.{
.name = "doctest",
.version = "0.0.0",
.minimum_zig_version = "0.12.0",

.name = .doctest,
.version = "0.1.0",
.fingerprint = 0x3c9ea68a93ba8f95,
.minimum_zig_version = "0.14.0-dev.3451+d8d2aa9af",
.paths = .{
"LICENSE",
"README.md",
Expand Down

0 comments on commit 21be5c6

Please sign in to comment.