Skip to content

Commit a351374

Browse files
committed
Update rules_rust to v0.22.0 (with Rust v1.69.0).
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 5638704 commit a351374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bazel/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ def proxy_wasm_rust_sdk_repositories():
1919
maybe(
2020
http_archive,
2121
name = "rules_rust",
22-
sha256 = "dd79bd4e2e2adabae738c5e93c36d351cf18071ff2acf6590190acf4138984f6",
23-
url = "https://github.com/bazelbuild/rules_rust/releases/download/0.14.0/rules_rust-v0.14.0.tar.gz",
22+
sha256 = "50272c39f20a3a3507cb56dcb5c3b348bda697a7d868708449e2fa6fb893444c",
23+
url = "https://github.com/bazelbuild/rules_rust/releases/download/0.22.0/rules_rust-v0.22.0.tar.gz",
2424
patches = ["//bazel:rules_rust.patch"],
2525
patch_args = ["-p1"],
2626
)

0 commit comments

Comments
 (0)