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 6ce57f0 commit d4244cdCopy full SHA for d4244cd
bazel/repositories.bzl
@@ -74,10 +74,10 @@ def proxy_wasm_cpp_host_repositories():
74
maybe(
75
http_archive,
76
name = "rules_rust",
77
- sha256 = "f3d443e9ad1eca99fbcade1c649adbd8200753cf22e47846b3105a43a550273b",
78
- strip_prefix = "rules_rust-0.8.1",
+ sha256 = "dc8d79fe9a5beb79d93e482eb807266a0e066e97a7b8c48d43ecf91f32a3a8f3",
+ # strip_prefix = "rules_rust-0.19.0",
79
# NOTE: Update Rust version in bazel/dependencies.bzl.
80
- url = "https://github.com/bazelbuild/rules_rust/archive/0.8.1.tar.gz",
+ url = "https://github.com/bazelbuild/rules_rust/archive/0.19.0.tar.gz",
81
patches = ["@proxy_wasm_cpp_host//bazel/external:rules_rust.patch"],
82
patch_args = ["-p1"],
83
)
0 commit comments