Skip to content

Commit

Permalink
Add :protobuf_lite as a dep from all Rust CC generated code.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 676526134
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Sep 19, 2024
1 parent 01c8cab commit c47de0f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions rust/aspects.bzl
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"""This file implements an experimental, do-not-use-kind of rust_proto_library.
Disclaimer: This project is experimental, under heavy development, and should not
be used yet."""
"""This file implements rust_proto_library aspect."""

load("@bazel_tools//tools/cpp:toolchain_utils.bzl", "find_cpp_toolchain")

Expand Down Expand Up @@ -390,6 +387,7 @@ def _make_proto_library_aspect(is_upb):
default = [
Label("//rust/cpp_kernel:cpp_api"),
Label("//src/google/protobuf"),
Label("//src/google/protobuf:protobuf_lite"),
],
),
"_error_format": attr.label(
Expand Down

0 comments on commit c47de0f

Please sign in to comment.