Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 12, 2023
1 parent 83d2f11 commit b6fd422
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 @@ -228,10 +228,10 @@ To add zap to `build.zig.zon`:
.version = "0.0.1",
.dependencies = .{
// zap v0.1.11-pre
// zap v0.1.12-pre
.zap = .{
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.11-pre.tar.gz",
.hash = "1220fc2f57c129585f511feb3cbe5dc2e9f8648f6e3c3b6f84642f812ab1efc40a14",
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.12-pre.tar.gz",
.hash = "1220326b9075805c0b9982a80fb641e04ff31deacec011b1f46de0b75d6a6af26d26",
}
}
}
Expand Down Expand Up @@ -374,3 +374,4 @@ pub fn main() !void {




0 comments on commit b6fd422

Please sign in to comment.