Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 30, 2023
1 parent abc3f01 commit ef9608a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@ To add zap to `build.zig.zon`:
.version = "0.0.1",
.dependencies = .{
// zap v0.2.2
// zap v0.2.3
.zap = .{
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.2.2.tar.gz",
.hash = "1220124603a1d655a772197781547c8c3d1ee58f263be29a6cd8a4b93a26407ae68b",
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.2.3.tar.gz",
.hash = "1220f8764604db85c5e598a5157f1ac21e6410e941f97e6943cddc2c9d9e12794aec",
}
}
}
Expand Down Expand Up @@ -405,3 +405,4 @@ pub fn main() !void {




0 comments on commit ef9608a

Please sign in to comment.