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():
39
39
"wasm32-unknown-unknown" ,
40
40
"wasm32-wasi" ,
41
41
],
42
- version = "1.68.0 " ,
42
+ version = "1.62.1 " ,
43
43
)
44
44
rust_repository_set (
45
45
name = "rust_linux_s390x" ,
@@ -48,7 +48,7 @@ def proxy_wasm_cpp_host_dependencies():
48
48
"wasm32-unknown-unknown" ,
49
49
"wasm32-wasi" ,
50
50
],
51
- version = "1.68.0 " ,
51
+ version = "1.62.1 " ,
52
52
)
53
53
54
54
zig_register_toolchains (
Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ def proxy_wasm_cpp_host_repositories():
81
81
maybe (
82
82
http_archive ,
83
83
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" ,
86
86
# NOTE: Update Rust version in bazel/dependencies.bzl.
87
- url = "https://github.com/bazelbuild/rules_rust/archive/0.24 .1.tar.gz" ,
87
+ url = "https://github.com/bazelbuild/rules_rust/archive/0.8 .1.tar.gz" ,
88
88
patches = ["@proxy_wasm_cpp_host//bazel/external:rules_rust.patch" ],
89
89
patch_args = ["-p1" ],
90
90
)
You can’t perform that action at this time.
0 commit comments