From 4e54667d7f8037b76d512eaad0b1ff7a3a202756 Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Tue, 14 Nov 2023 11:35:30 +0800 Subject: [PATCH] chore(rust-sdk): update dependency Signed-off-by: Xin Liu --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8d848bea9..c97793999 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ cfg-if = "1.0.0" parking_lot = "0.12.1" wasmedge-macro = { path = "crates/wasmedge-macro", version = "0.6" } wasmedge-types = { path = "crates/wasmedge-types", version = "0.4" } -wat = "=1.0.67" +wat = "1.0" [target.'cfg(target_os = "linux")'.dependencies] async-wasi = { workspace = true, optional = true }