From 42b2030b8b80cb5fcd9c84d1541ddbb5ed2e025a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 17:35:53 +0000 Subject: [PATCH] Bump version to 0.3.1 (#297) --- Cargo.lock | 6 +++--- cmd/soroban-cli/Cargo.toml | 2 +- .../tests/fixtures/test-wasms/hello_world/Cargo.toml | 2 +- .../fixtures/test-wasms/invoker_account_exists/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb01b2abe..12011f63d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1850,7 +1850,7 @@ dependencies = [ [[package]] name = "soroban-cli" -version = "0.3.0" +version = "0.3.1" dependencies = [ "assert_cmd", "assert_fs", @@ -2235,14 +2235,14 @@ checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8" [[package]] name = "test_hello_world" -version = "0.3.0" +version = "0.3.1" dependencies = [ "soroban-sdk", ] [[package]] name = "test_invoker_account_exists" -version = "0.3.0" +version = "0.3.1" dependencies = [ "soroban-sdk", ] diff --git a/cmd/soroban-cli/Cargo.toml b/cmd/soroban-cli/Cargo.toml index 99b59ba1f..f6d17ec6a 100644 --- a/cmd/soroban-cli/Cargo.toml +++ b/cmd/soroban-cli/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/soroban-cli" authors = ["Stellar Development Foundation "] license = "Apache-2.0" readme = "README.md" -version = "0.3.0" +version = "0.3.1" edition = "2021" rust-version = "1.64" autobins = false diff --git a/cmd/soroban-cli/tests/fixtures/test-wasms/hello_world/Cargo.toml b/cmd/soroban-cli/tests/fixtures/test-wasms/hello_world/Cargo.toml index 33fe4cdbf..9413397f0 100644 --- a/cmd/soroban-cli/tests/fixtures/test-wasms/hello_world/Cargo.toml +++ b/cmd/soroban-cli/tests/fixtures/test-wasms/hello_world/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_hello_world" -version = "0.3.0" +version = "0.3.1" authors = ["Stellar Development Foundation "] license = "Apache-2.0" edition = "2021" diff --git a/cmd/soroban-cli/tests/fixtures/test-wasms/invoker_account_exists/Cargo.toml b/cmd/soroban-cli/tests/fixtures/test-wasms/invoker_account_exists/Cargo.toml index 5d78db443..5166db0e6 100644 --- a/cmd/soroban-cli/tests/fixtures/test-wasms/invoker_account_exists/Cargo.toml +++ b/cmd/soroban-cli/tests/fixtures/test-wasms/invoker_account_exists/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_invoker_account_exists" -version = "0.3.0" +version = "0.3.1" authors = ["Stellar Development Foundation "] license = "Apache-2.0" edition = "2021"