Skip to content

Commit f152086

Browse files
committed
deps: Bump wasmtime -> 0.30.0
Signed-off-by: Ryan Northey <[email protected]>
1 parent 860f36a commit f152086

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ def proxy_wasm_cpp_host_repositories():
5959
http_archive(
6060
name = "com_github_bytecodealliance_wasmtime",
6161
build_file = "@proxy_wasm_cpp_host//bazel/external:wasmtime.BUILD",
62-
sha256 = "e95d274822ac72bf06355bdfbeddcacae60d7e98fec8ee4b2e21740636fb5c2c",
63-
strip_prefix = "wasmtime-0.26.0",
64-
url = "https://github.com/bytecodealliance/wasmtime/archive/v0.26.0.tar.gz",
62+
sha256 = "78eccfd8c8d63c30e85762bf36cf032409b7c34ac34f329b7e228ea6cc7aebca",
63+
strip_prefix = "wasmtime-0.30.0",
64+
url = "https://github.com/bytecodealliance/wasmtime/archive/v0.30.0.tar.gz",
6565
)
6666

6767
http_archive(

0 commit comments

Comments
 (0)