Skip to content

Commit

Permalink
Fix protobuf generated srcs to include all sources (#2676)
Browse files Browse the repository at this point in the history
  • Loading branch information
matts1 authored Jun 3, 2024
1 parent dc08bde commit 0c5e67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/protobuf/proto.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def _rust_proto_compile(protos, descriptor_sets, imports, crate_name, ctx, is_gr
),
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):
Expand Down

0 comments on commit 0c5e67c

Please sign in to comment.