Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 21, 2024
1 parent 5f368cf commit f45947a
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,16 +268,11 @@ To add zap to `build.zig.zon`:
.version = "0.0.1",
.dependencies = .{
// zap v0.6.0
// zap v0.7.0
.zap = .{
// when tagged:
// .url = "https://github.com/zigzap/zap/archive/refs/tags/zig-0.12.0.tar.gz",
.url = "https://github.com/zigzap/zap/archive/zig-0.12.0.tar.gz",
.hash = "122002bc4a3fb6d4c465ce9f7f0af06e9ffbe38a6ed8c7375a2121d05eee294af893",
},
.paths = .{
"",
},
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.7.0.tar.gz",
.hash = "1220a1cb1822ea77083045d246db5d7a6f07a8ddafa69c98dee367560f9ce667fd8d",
}
}
}
```
Expand Down Expand Up @@ -412,3 +407,4 @@ pub fn main() !void {
});
}
```

0 comments on commit f45947a

Please sign in to comment.