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:
@@ -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) | ✅ | ✅ |
|
||||
|
||||
Reference in New Issue
Block a user