From 349dd9a036bb61a5276e08484118656d530cac5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 13:16:51 -0700 Subject: [PATCH] Bump version to 0.16.0-soroban0 (#6) --- cli/Cargo.toml | 2 +- core/Cargo.toml | 2 +- wasmi_v1/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f3f165f3af..73fd6aaef7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmi_cli" -version = "0.11.0" +version = "0.16.0-soroban0" edition = "2021" authors = ["Parity Technologies ", "Robin Freyler "] license = "MIT/Apache-2.0" diff --git a/core/Cargo.toml b/core/Cargo.toml index 26d8c5568c..8442b10726 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soroban-wasmi_core" -version = "0.2.0" +version = "0.16.0-soroban0" edition = "2021" authors = ["Stellar Development Foundation "] license = "MIT/Apache-2.0" diff --git a/wasmi_v1/Cargo.toml b/wasmi_v1/Cargo.toml index 3780610091..6ac0f4b966 100644 --- a/wasmi_v1/Cargo.toml +++ b/wasmi_v1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soroban-wasmi" -version = "0.16.0" +version = "0.16.0-soroban0" edition = "2021" authors = ["Stellar Development Foundation "] license = "MIT/Apache-2.0" @@ -11,7 +11,7 @@ exclude = [ "tests/*", "benches/*" ] [dependencies] wasmparser = { version = "0.90", package = "wasmparser-nostd", default-features = false } -wasmi_core = { package = "soroban-wasmi_core", version = "0.2.0", path = "../core", default-features = false } +wasmi_core = { package = "soroban-wasmi_core", version = "0.16.0-soroban0", path = "../core", default-features = false } spin = { version = "0.9", default-features = false, features = ["mutex", "spin_mutex"] } [dev-dependencies]