We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rules_rust
1 parent e1fe5e9 commit 55190e4Copy full SHA for 55190e4
bazel/repositories.bzl
@@ -74,10 +74,10 @@ def proxy_wasm_cpp_host_repositories():
74
maybe(
75
http_archive,
76
name = "rules_rust",
77
- sha256 = "c8a84a01bff4be4c7a8beefbc12e713ff296fed2110c30572a44205856594cfc",
78
- strip_prefix = "rules_rust-0.19.0",
+ sha256 = "50272c39f20a3a3507cb56dcb5c3b348bda697a7d868708449e2fa6fb893444c",
+ strip_prefix = "rules_rust-0.22.0",
79
# NOTE: Update Rust version in bazel/dependencies.bzl.
80
- url = "https://github.com/bazelbuild/rules_rust/archive/0.19.0.tar.gz",
+ url = "https://github.com/bazelbuild/rules_rust/archive/0.22.0.tar.gz",
81
patches = ["@proxy_wasm_cpp_host//bazel/external:rules_rust.patch"],
82
patch_args = ["-p1"],
83
)
0 commit comments