From 0b86bc9344d9a22db004c80d709142a431907cfe Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Wed, 20 Sep 2023 21:08:42 +0800 Subject: [PATCH] version(rust-sdk): bump to `0.12.2` Signed-off-by: Xin Liu --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a7be9848f..35900cdd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "wasmedge-sdk" readme = "README.md" repository = "https://github.com/WasmEdge/wasmedge-rust-sdk" -version = "0.12.1" +version = "0.12.2" [dependencies] anyhow = "1.0"