Skip to content

Commit 455cd91

Browse files
committed
bump rust version
1 parent 6e094d7 commit 455cd91

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bazel/repositories.bzl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,9 @@ def proxy_wasm_cpp_host_repositories():
7474
maybe(
7575
http_archive,
7676
name = "rules_rust",
77-
sha256 = "f3d443e9ad1eca99fbcade1c649adbd8200753cf22e47846b3105a43a550273b",
78-
strip_prefix = "rules_rust-0.8.1",
77+
sha256 = "2466e5b2514772e84f9009010797b9cd4b51c1e6445bbd5b5e24848d90e6fb2e",
7978
# NOTE: Update Rust version in bazel/dependencies.bzl.
80-
url = "https://github.com/bazelbuild/rules_rust/%3Cspan%20class="x x-first x-last">archive/0.8.1.tar.gz",
79+
url = "https://github.com/bazelbuild/rules_rust/%3Cspan%20class="x x-first x-last">releases/download/0.18.0/rules_rust-v0.18.0.tar.gz",
8180
patches = ["@proxy_wasm_cpp_host//bazel/external:rules_rust.patch"],
8281
patch_args = ["-p1"],
8382
)

0 commit comments

Comments
 (0)