Be specific about zig version in readme

There have been quite a few issues about the required zig version which
have appeared on codeberg recently. Largely these issues are opened
(like mine, #995) because individuals attempt to build using development
versions of zig and not the tagged releases.

The lack of a locked version (only a minimum) creates these issues.
Barring a locking mechanism, which I do not feel is my place to
implement, we should be clear to newer developers in Zig that you need
this specific version, not a development/master versioned release.
This commit is contained in:
Louis Pate 2026-05-17 16:01:12 -04:00
commit e61f16860b
No known key found for this signature in database

View file

@ -14,7 +14,7 @@ Join us on Matrix over at [#ly-dm:matrix.org](https://matrix.to/#/#ly-dm:matrix.
## Dependencies
- Compile-time:
- zig 0.16.x
- zig 0.16.0 (you __must__ use this version, not a development release)
- libc