From 34830aaf112b6346591fb3908f8c43ad598d117c Mon Sep 17 00:00:00 2001 From: csh <458761603@qq.com> Date: Mon, 22 Jul 2024 16:29:04 +0800 Subject: [PATCH] [Version] Bump `wasmedge-sys` version to `0.18.3` Signed-off-by: csh <458761603@qq.com> --- crates/wasmedge-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wasmedge-sys/Cargo.toml b/crates/wasmedge-sys/Cargo.toml index dac1fdbf1..b59e1657f 100644 --- a/crates/wasmedge-sys/Cargo.toml +++ b/crates/wasmedge-sys/Cargo.toml @@ -10,7 +10,7 @@ links = "wasmedge" name = "wasmedge-sys" readme = "README.md" repository = "https://github.com/WasmEdge/wasmedge-rust-sdk" -version = "0.18.2" +version = "0.18.3" [dependencies] log = "0.4"