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 7728fbc commit 696f1c7
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 @@ -274,10 +274,10 @@ To add zap to `build.zig.zon`:
.version = "0.0.1",
.dependencies = .{
// zap v0.5.0
// zap zig-0.12.0
.zap = .{
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.5.0.tar.gz",
.hash = "1220aabff84ad1d800f5657d6a49cb90dab3799765811ada27faf527be45dd315a4d",
.url = "https://github.com/zigzap/zap/archive/refs/tags/zig-0.12.0.tar.gz",
.hash = "1220a3dc91eedf8386497cbf655a8a00ed698a043449ff503b38090cae620f5d5b72",
}
}
}
Expand Down Expand Up @@ -413,3 +413,4 @@ pub fn main() !void {
}
```


0 comments on commit 696f1c7

Please sign in to comment.