From c125c25e64cecc0e6f1174bcd09f0c43a53b7575 Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Mon, 31 Jul 2023 13:09:49 +0000 Subject: [PATCH] version(rust-sdk): bump to `0.11.0` Signed-off-by: Xin Liu --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c47ac79d3..373b61f26 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/blob/master/bindings/rust/wasmedge-sdk" -version = "0.11.0-dev" +version = "0.11.0" [dependencies] anyhow = "1.0"