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.
1 parent f291183 commit 7540de7Copy full SHA for 7540de7
bazel/repositories.bzl
@@ -74,10 +74,10 @@ def proxy_wasm_cpp_host_repositories():
74
maybe(
75
http_archive,
76
name = "rules_rust",
77
- sha256 = "88a6911bf60c44710407cc718668ce79a4a339e1310b47f306aa0f1beadc6895",
78
- strip_prefix = "rules_rust-0.22.0",
+ sha256 = "e3fe2a255589d128c5e59e407ee57c832533f25ce14cc23605d368cf507ce08d",
+ strip_prefix = "rules_rust-0.24.1",
79
# NOTE: Update Rust version in bazel/dependencies.bzl.
80
- url = "https://github.com/bazelbuild/rules_rust/archive/0.22.0.tar.gz",
+ url = "https://github.com/bazelbuild/rules_rust/archive/0.24.1.tar.gz",
81
patches = ["@proxy_wasm_cpp_host//bazel/external:rules_rust.patch"],
82
patch_args = ["-p1"],
83
)
0 commit comments