Skip to content

Commit

Permalink
Updated build_bazel_rules_nodejs to 4.6.0 (bazelbuild#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre authored and cfredric committed Feb 16, 2022
1 parent 3d8f88e commit 55649e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wasm_bindgen/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def rust_wasm_bindgen_repositories(register_default_toolchain = True):
maybe(
http_archive,
name = "build_bazel_rules_nodejs",
sha256 = "4913ea835810c195df24d3a929315c29a64566cc48e409d8b0f35008b4e02e59",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.4.4/rules_nodejs-4.4.4.tar.gz"],
sha256 = "ddb78717b802f8dd5d4c01c340ecdc007c8ced5c1df7db421d0df3d642ea0580",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/4.6.0/rules_nodejs-4.6.0.tar.gz"],
)

# Load dependencies of the default toolchain and register it.
Expand Down

0 comments on commit 55649e7

Please sign in to comment.