build: support 0.14.0

Unfortunately, this has irreconcilable incompatibilities with previous
versions of zig, due to the build.zig.zon schema changes. Support for
older versions has been dropped.
This commit is contained in:
2025-03-05 20:21:04 -07:00
parent ae75874814
commit 788002c09c
4 changed files with 16 additions and 10 deletions

View File

@@ -31,6 +31,7 @@ your_exe.linkLibrary(protobuf_c_dep.artifact("protobuf_c"));
## Version Support Matrix
| Refname | protobuf-c Version | Zig `0.12.x` | Zig `0.13.x` | Zig `0.14.0-dev` |
|----------|--------------------|--------------|--------------|------------------|
| `1.5.0` | `1.5.0` | ✅ | | |
| Refname | protobuf-c Version | Zig `0.14.0` | Zig `0.13.x` | Zig `0.12.x` |
|-----------|--------------------|-------------------|--------------|--------------|
| `1.5.0+1` | `1.5.0` | ✅ | | |
| `1.5.0` | `1.5.0` | (as a dependency) | ✅ | ✅ |