Skip to content

Commit 59069e7

Browse files
committed
Change rust version
Signed-off-by: Keith Mattix II <[email protected]>
1 parent 51df141 commit 59069e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bazel/dependencies.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def proxy_wasm_cpp_host_dependencies():
3939
"wasm32-unknown-unknown",
4040
"wasm32-wasi", # TODO: Change to wasm32-wasip1 once https://github.com/bazelbuild/rules_rust/issues/2782 is fixed
4141
],
42-
version = "1.79.0",
42+
version = "1.77.2",
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.79.0",
51+
version = "1.77.2",
5252
)
5353
crate_universe_dependencies(bootstrap = True)
5454

0 commit comments

Comments
 (0)