Skip to content

Commit b32648e

Browse files
committed
add worker to rust_static_library
1 parent 09c0273 commit b32648e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/private/rust.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@ rust_static_library = rule(
740740
toolchains = [
741741
str(Label("//rust:toolchain")),
742742
"@bazel_tools//tools/cpp:toolchain_type",
743+
"@rules_rust//worker:toolchain_type",
743744
],
744745
incompatible_use_toolchain_transition = True,
745746
doc = _tidy("""\

0 commit comments

Comments
 (0)