From 723ec2e51eed2da0e6d6973c029fc071bcb33f61 Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Thu, 21 Sep 2023 07:07:38 +0000 Subject: [PATCH] version(rust-sdk): bump to `0.12.2-dev` Signed-off-by: Xin Liu --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35900cdd4..f729e8d32 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.2" +version = "0.12.2-dev" [dependencies] anyhow = "1.0"