Radix/third_party/modules/zig-protobuf/20250716.0-97f1e31/overlay/MODULE.bazel
Tarry Singh cba9ce9615 protobuf, libxev: remove usingnamespace
remove usingnamespace from libxev and zig-protobuf

relevant PRs:
* libxev:
7f803181b1
 * zig-protobuf: https://github.com/zml/zig-protobuf/pull/1/files

This means we can now build ZML with `-fincremental` (in debug mode only
and linux x86-64)

---------

Signed-off-by: Guillaume Wenzek <wzk@zml.ai>
2025-05-06 11:58:20 +00:00

9 lines
220 B
Plaintext

module(
name = "zig-protobuf",
version = "20250716.0-97f1e31",
compatibility_level = 1,
)
bazel_dep(name = "rules_zig", version = "20250613.0-567662a")
bazel_dep(name = "rules_proto", version = "6.0.0-rc1")