wiki pages

Signed-off-by: Kamal Tufekcic <kamal@lo.sh>
This commit is contained in:
Kamal Tufekcic 2026-04-03 22:44:33 +03:00
commit c1ee2b58ef
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

2
Zig.md
View file

@ -24,7 +24,7 @@ Add as a Zig dependency in `build.zig.zon`:
```zig
.dependencies = .{
.soliton = .{
.url = "https://git.lo.sh/lo/libsoliton/archive/v0.1.0.tar.gz",
.url = "https://git.lo.sh/lo/libsoliton/archive/v0.1.1.tar.gz",
.hash = "...",
},
},