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

@@ -1,11 +1,12 @@
.{
.name = "protobuf_c",
.name = .protobuf_c,
.fingerprint = 0x39094F755166B308,
.version = "1.5.0",
.minimum_zig_version = "0.12.0",
.minimum_zig_version = "0.14.0",
.dependencies = .{
.protobuf_c = .{
.url = "git+https://github.com/protobuf-c/protobuf-c?ref=v1.5.0#8c201f6e47a53feaab773922a743091eb6c8972a",
.hash = "12205a20f38efb23d8f688ddb208047b26235608d9fde4c84ce3302ea156443c2b12",
.hash = "N-V-__8AAGKbCgBaIPOO-yPY9ojdsggEeyYjVgjZ_eTITOMw",
},
},
.paths = .{