Use protobuf_nowkt as a dependency of the Rust runtime.

IIUC that's what runtimes should depend on.

PiperOrigin-RevId: 572880936
pull/14361/head
Marcel Hlopko 1 year ago committed by Copybara-Service
parent 0401c70b92
commit edee290572
  1. 2
      rust/cpp_kernel/BUILD

@ -11,7 +11,7 @@ cc_library(
],
deps = [
":rust_alloc_for_cpp_api",
"//:protobuf",
"//:protobuf_nowkt",
],
)

Loading…
Cancel
Save