docs: update zig fetch to use main branch

This commit is contained in:
Nurul Huda (Apon) 2026-02-02 12:56:26 +06:00
parent da8534cd19
commit 1fc68cc847
No known key found for this signature in database
GPG key ID: 5D3F1DE2855A2F79

View file

@ -17,7 +17,7 @@ Temporalz provides Zig bindings to the Rust-based [temporal_rs](https://github.c
#### Add as a Dependency #### Add as a Dependency
```bash ```bash
zig fetch --save https://github.com/nurulhudaapon/temporalz/archive/v0.1.2.tar.gz zig fetch --save https://github.com/nurulhudaapon/temporalz/archive/main.tar.gz
``` ```
#### Use in build.zig #### Use in build.zig