Skip to content

Commit 6b4edd0

Browse files
tamasvajkTamas Vajk
andauthored
Fix prost dependencies in rust-project.json (#3663)
With this change `rust-project.json` files now correctly reference `prost` and `tonic` as dependencies. This fixes #3189. Co-authored-by: Tamas Vajk <[email protected]>
1 parent 84ef26a commit 6b4edd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/prost/private/prost.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def _rust_prost_aspect_impl(target, ctx):
263263
build_info = None,
264264
))
265265
if RustAnalyzerInfo in prost_runtime:
266-
rust_analyzer_deps.append(prost_runtime[RustAnalyzerInfo].deps)
266+
rust_analyzer_deps.append(prost_runtime[RustAnalyzerInfo])
267267
if RustAnalyzerGroupInfo in prost_runtime:
268268
rust_analyzer_deps.extend(prost_runtime[RustAnalyzerGroupInfo].deps)
269269

0 commit comments

Comments
 (0)