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>
8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
module(
|
|
name = "libxev",
|
|
version = "20250718.0-9f785d2",
|
|
compatibility_level = 1,
|
|
)
|
|
|
|
bazel_dep(name = "rules_zig", version = "20250613.0-567662a")
|