File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def proxy_wasm_cpp_host_dependencies():
3939 "wasm32-unknown-unknown" ,
4040 "wasm32-wasi" ,
4141 ],
42- version = "1.68.0 " ,
42+ version = "1.62.1 " ,
4343 )
4444 rust_repository_set (
4545 name = "rust_linux_s390x" ,
@@ -48,7 +48,7 @@ def proxy_wasm_cpp_host_dependencies():
4848 "wasm32-unknown-unknown" ,
4949 "wasm32-wasi" ,
5050 ],
51- version = "1.68.0 " ,
51+ version = "1.62.1 " ,
5252 )
5353
5454 zig_register_toolchains (
Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ def proxy_wasm_cpp_host_repositories():
8181 maybe (
8282 http_archive ,
8383 name = "rules_rust" ,
84- sha256 = "e3fe2a255589d128c5e59e407ee57c832533f25ce14cc23605d368cf507ce08d " ,
85- strip_prefix = "rules_rust-0.24 .1" ,
84+ sha256 = "f3d443e9ad1eca99fbcade1c649adbd8200753cf22e47846b3105a43a550273b " ,
85+ strip_prefix = "rules_rust-0.8 .1" ,
8686 # NOTE: Update Rust version in bazel/dependencies.bzl.
87- url = "https://github.com/bazelbuild/rules_rust/archive/0.%3Cspan%20class="x x-first x-last">24 .1.tar.gz",
87+ url = "https://github.com/bazelbuild/rules_rust/archive/0.%3Cspan%20class="x x-first x-last">8 .1.tar.gz",
8888 patches = ["@proxy_wasm_cpp_host//bazel/external:rules_rust.patch" ],
8989 patch_args = ["-p1" ],
9090 )
You can’t perform that action at this time.
0 commit comments