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 51df141 commit 59069e7Copy full SHA for 59069e7
bazel/dependencies.bzl
@@ -39,7 +39,7 @@ def proxy_wasm_cpp_host_dependencies():
39
"wasm32-unknown-unknown",
40
"wasm32-wasi", # TODO: Change to wasm32-wasip1 once https://github.com/bazelbuild/rules_rust/issues/2782 is fixed
41
],
42
- version = "1.79.0",
+ version = "1.77.2",
43
)
44
rust_repository_set(
45
name = "rust_linux_s390x",
@@ -48,7 +48,7 @@ def proxy_wasm_cpp_host_dependencies():
48
49
"wasm32-wasi",
50
51
52
53
crate_universe_dependencies(bootstrap = True)
54
0 commit comments