From 862b32f53f9c6223911e79e0b0fc8592fb3bb04c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 15:40:18 -0800 Subject: [PATCH] Bump version to 0.16.0-soroban2 (#11) Co-authored-by: github-actions[bot] --- cli/Cargo.toml | 2 +- core/Cargo.toml | 2 +- wasmi_v1/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 90cd184862..56243a3b56 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmi_cli" -version = "0.16.0-soroban1" +version = "0.16.0-soroban2" edition = "2021" authors = ["Parity Technologies ", "Robin Freyler "] license = "MIT/Apache-2.0" diff --git a/core/Cargo.toml b/core/Cargo.toml index 3292a219b4..12f53e3ea5 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soroban-wasmi_core" -version = "0.16.0-soroban1" +version = "0.16.0-soroban2" edition = "2021" authors = ["Stellar Development Foundation "] license = "MIT/Apache-2.0" diff --git a/wasmi_v1/Cargo.toml b/wasmi_v1/Cargo.toml index 5d286d5f47..2a1b4790d3 100644 --- a/wasmi_v1/Cargo.toml +++ b/wasmi_v1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soroban-wasmi" -version = "0.16.0-soroban1" +version = "0.16.0-soroban2" edition = "2021" authors = ["Stellar Development Foundation "] license = "MIT/Apache-2.0"