Skip to content

Commit

Permalink
Change rust version
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Mattix II <[email protected]>
  • Loading branch information
keithmattix committed Aug 16, 2024
1 parent 51df141 commit 59069e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def proxy_wasm_cpp_host_dependencies():
"wasm32-unknown-unknown",
"wasm32-wasi", # TODO: Change to wasm32-wasip1 once https://github.com/bazelbuild/rules_rust/issues/2782 is fixed
],
version = "1.79.0",
version = "1.77.2",
)
rust_repository_set(
name = "rust_linux_s390x",
Expand All @@ -48,7 +48,7 @@ def proxy_wasm_cpp_host_dependencies():
"wasm32-unknown-unknown",
"wasm32-wasi",
],
version = "1.79.0",
version = "1.77.2",
)
crate_universe_dependencies(bootstrap = True)

Expand Down

0 comments on commit 59069e7

Please sign in to comment.