File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ def rust_wasm_bindgen_repositories(register_default_toolchain = True):
30
30
maybe (
31
31
http_archive ,
32
32
name = "build_bazel_rules_nodejs" ,
33
- sha256 = "55a25a762fcf9c9b88ab54436581e671bc9f4f523cb5a1bd32459ebec7be68a8 " ,
34
- urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.2.2 /rules_nodejs-3.2.2 .tar.gz" ],
33
+ sha256 = "8a7c981217239085f78acc9898a1f7ba99af887c1996ceb3b4504655383a2c3c " ,
34
+ urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.0.0 /rules_nodejs-4.0.0 .tar.gz" ],
35
35
)
36
36
37
37
# Load dependencies of the default toolchain and register it.
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ def _rust_wasm_bindgen_impl(ctx):
117
117
DeclarationInfo (
118
118
declarations = declarations ,
119
119
transitive_declarations = declarations ,
120
- type_blacklisted_declarations = depset ([]),
120
+ type_blocklisted_declarations = depset ([]),
121
121
),
122
122
JSModuleInfo (
123
123
direct_sources = es5_sources ,
You can’t perform that action at this time.
0 commit comments