Skip to content

Commit 14e2145

Browse files
committed
Bump rust to 1.93.1
Signed-off-by: Matt Leon <mattleon@google.com>
1 parent c19e738 commit 14e2145

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bazel/dependencies.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def proxy_wasm_cpp_host_dependencies():
4848
"wasm32-unknown-unknown",
4949
"wasm32-wasip1",
5050
],
51-
versions = ["1.93.0"],
51+
versions = ["1.93.1"],
5252
)
5353
rust_repository_set(
5454
name = "rust_linux_s390x",
@@ -57,7 +57,7 @@ def proxy_wasm_cpp_host_dependencies():
5757
"wasm32-unknown-unknown",
5858
"wasm32-wasip1",
5959
],
60-
versions = ["1.93.0"],
60+
versions = ["1.93.1"],
6161
)
6262
crate_universe_dependencies(bootstrap = True)
6363

0 commit comments

Comments
 (0)