Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 24, 2024
1 parent 35b8337 commit 040d952
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ To add zap to `build.zig.zon`:
.dependencies = .{
// zap zig-0.12.0
.zap = .{
.url = "https://github.com/zigzap/zap/archive/zig-0.12.0.tar.gz",
.hash = "12204f1644cf1ad0234ce3bc118704c0daa2dc9f1cc82a8dae9a9547c3dfddf03de9",
.url = "https://github.com/zigzap/zap/archive/refs/tags/zig-0.12.0.tar.gz",
.hash = "1220bf58da2a8739d13d814fd012ae7e6e0c16823ad5a46ea4c617b07d54ec0e5a12",
}
}
}
Expand Down Expand Up @@ -416,3 +416,4 @@ pub fn main() !void {




0 comments on commit 040d952

Please sign in to comment.