build: support 0.14.0

This drops support for older zig versions.
This commit is contained in:
2025-03-05 21:00:39 -07:00
parent aa27cc803c
commit e398fefdf6
4 changed files with 17 additions and 12 deletions

View File

@@ -35,8 +35,8 @@ your_exe.linkLibrary(libuv_dep.artifact("uv"));
## Zig Version Support Matrix
| Refname | libuv Version | Zig `0.13` | Zig `0.14.0-dev` |
|-----------|----------------|------------|------------------|
| | `1.50.0` | ✅ | ✅ |
| Refname | libuv Version | Zig `0.14.0` |
|-----------|----------------|--------------|
| | `1.50.0` | ✅ |
[libuv]: https://github.com/libuv