Skip to content

Commit e5599b0

Browse files
committed
deps: Bump rules_rust -> 0.22.0
Signed-off-by: Ryan Northey <[email protected]>
1 parent e1fe5e9 commit e5599b0

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 = "c8a84a01bff4be4c7a8beefbc12e713ff296fed2110c30572a44205856594cfc",
78-
strip_prefix = "rules_rust-0.19.0",
77+
sha256 = "88a6911bf60c44710407cc718668ce79a4a339e1310b47f306aa0f1beadc6895",
78+
strip_prefix = "rules_rust-0.22.0",
7979
# NOTE: Update Rust version in bazel/dependencies.bzl.
80-
url = "https://github.com/bazelbuild/rules_rust/archive/0.19.0.tar.gz",
80+
url = "https://github.com/bazelbuild/rules_rust/archive/0.22.0.tar.gz",
8181
patches = ["@proxy_wasm_cpp_host//bazel/external:rules_rust.patch"],
8282
patch_args = ["-p1"],
8383
)

0 commit comments

Comments
 (0)