Files
protobuf-c/build.zig.zon
torque 9deee2efd3
Some checks failed
CI / build (macos-latest, 0.15.2) (push) Has been cancelled
CI / build (true, ubuntu-latest, 0.15.2) (push) Has been cancelled
CI / build (ubuntu-latest, master) (push) Has been cancelled
CI / build (windows-latest, 0.15.2) (push) Has been cancelled
bump protobuf-c version to 1.5.2
Looking at the diff, this is mostly changes to the code generator and
not the runtime library, but it appears to have at least one fix for
the runtime library included.
2025-12-06 16:12:52 -07:00

20 lines
526 B
Zig

.{
.name = .protobuf_c,
.fingerprint = 0x39094F755166B308,
.version = "1.5.2",
.minimum_zig_version = "0.15.2",
.dependencies = .{
.protobuf_c = .{
.url = "git+https://github.com/protobuf-c/protobuf-c?ref=v1.5.2#4719fdd7760624388c2c5b9d6759eb6a47490626",
.hash = "N-V-__8AAOzKCgADWAaJ_5J9U3rotTnQCw0OBd-Qb3gL-8vW",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE",
"LICENSE-PROTOBUF_C",
"readme.md",
},
}