Welcome. This release fixes any issues that occurred with Zig's updated standard library in v0.15.1.
Changelog
All notable changes to this project will be documented in this file.
[0.7.2] - 2025-09-03
πΌ Other
- Soft-deprecate on Zig v0.15.1; guard std.compress.gzip; fix cfg usage
- runBenchmark() returns anyerrror instead of BenchmarkError (temporary)
- fixed std IO to...