Skip to content

Commit

Permalink
add worker to rust_static_library
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Mar 27, 2021
1 parent 09c0273 commit b32648e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/private/rust.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@ rust_static_library = rule(
toolchains = [
str(Label("//rust:toolchain")),
"@bazel_tools//tools/cpp:toolchain_type",
"@rules_rust//worker:toolchain_type",
],
incompatible_use_toolchain_transition = True,
doc = _tidy("""\
Expand Down

0 comments on commit b32648e

Please sign in to comment.