Skip to content

Commit

Permalink
Add proc_macro_deps attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinh Tran authored Aug 25, 2023
1 parent 313fc7a commit 20296df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cargo/private/cargo_build_script_wrapper.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def cargo_build_script(
version = None,
deps = [],
link_deps = [],
proc_macro_deps, [],
build_script_env = {},
data = [],
tools = [],
Expand Down Expand Up @@ -130,6 +131,7 @@ def cargo_build_script(
crate_root = crate_root,
crate_features = crate_features,
deps = deps,
proc_macro_deps,
data = data,
rustc_env = rustc_env,
rustc_flags = rustc_flags,
Expand Down

0 comments on commit 20296df

Please sign in to comment.