commit | 0c5e67c9080edcd60eed466ee85f3d10a3ab7be1 | [log] [tgz] |
---|---|---|
author | Matt <msta@google.com> | Mon Jun 03 22:58:22 2024 +1000 |
committer | GitHub <noreply@github.com> | Mon Jun 03 12:58:22 2024 +0000 |
tree | 36645c785f8212d688c492cd4fc0eea5d09f68fd | |
parent | dc08bde7a83d882539a08cffa844854d564204b8 [diff] |
Fix protobuf generated srcs to include all sources (#2676)
diff --git a/proto/protobuf/proto.bzl b/proto/protobuf/proto.bzl index e3ef70e..959d0c1 100644 --- a/proto/protobuf/proto.bzl +++ b/proto/protobuf/proto.bzl
@@ -233,7 +233,7 @@ ), output_hash = output_hash, ) - providers.append(OutputGroupInfo(rust_generated_srcs = [lib_rs])) + providers.append(OutputGroupInfo(rust_generated_srcs = srcs)) return providers def _rust_protogrpc_library_impl(ctx, is_grpc):