File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ The following libraries use zio for networking and concurrency:
46461 ) Add zio as a dependency in your ` build.zig.zon ` :
4747
4848``` bash
49- zig fetch --save " git+https://github.com/lalinsky/zio#v0.9 .0"
49+ zig fetch --save " git+https://github.com/lalinsky/zio#v0.10 .0"
5050```
5151
52522 ) In your ` build.zig ` , add the ` zio ` module as a dependency to your program:
Original file line number Diff line number Diff line change 11.{
22 .name = .zio ,
3- .version = "0.9 .0" ,
3+ .version = "0.10 .0" ,
44 .minimum_zig_version = "0.16.0" ,
55 .fingerprint = 0xcf1598b354d576c4 ,
66 .paths = .{
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## [ 0.10.0] - 26 -04-26
5+ ## [ 0.10.0] - 2026 -04-26
66
77### Added
88
@@ -240,6 +240,7 @@ when it's beneficial for load balancing.
240240
241241Initial release.
242242
243+ [ 0.10.0 ] : https://github.com/lalinsky/zio/releases/tag/v0.10.0
243244[ 0.9.0 ] : https://github.com/lalinsky/zio/releases/tag/v0.9.0
244245[ 0.8.2 ] : https://github.com/lalinsky/zio/releases/tag/v0.8.2
245246[ 0.8.1 ] : https://github.com/lalinsky/zio/releases/tag/v0.8.1
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ info: see `zig build --help` for a menu of options
2020Then add ZIO as a dependency to the project:
2121
2222``` sh
23- $ zig fetch --save " git+https://github.com/lalinsky/zio#v0.9 .0"
23+ $ zig fetch --save " git+https://github.com/lalinsky/zio#v0.10 .0"
2424info: resolved to commit 0000000000000000000000000000000000000000
2525```
2626
You can’t perform that action at this time.
0 commit comments