Skip to content

Commit 7540de7

Browse files
authored
Update rules_rust to v0.24.1 (with Rust v1.70.0). (#358)
Signed-off-by: Ryan Northey <[email protected]>
1 parent f291183 commit 7540de7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ def proxy_wasm_cpp_host_repositories():
7474
maybe(
7575
http_archive,
7676
name = "rules_rust",
77-
sha256 = "88a6911bf60c44710407cc718668ce79a4a339e1310b47f306aa0f1beadc6895",
78-
strip_prefix = "rules_rust-0.22.0",
77+
sha256 = "e3fe2a255589d128c5e59e407ee57c832533f25ce14cc23605d368cf507ce08d",
78+
strip_prefix = "rules_rust-0.24.1",
7979
# NOTE: Update Rust version in bazel/dependencies.bzl.
80-
url = "https://github.com/bazelbuild/rules_rust/archive/0.22.0.tar.gz",
80+
url = "https://github.com/bazelbuild/rules_rust/archive/0.24.1.tar.gz",
8181
patches = ["@proxy_wasm_cpp_host//bazel/external:rules_rust.patch"],
8282
patch_args = ["-p1"],
8383
)

0 commit comments

Comments
 (0)