From 6bdd01a190e30805955fba11c60eed4aa452387c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 13:26:36 -0700 Subject: [PATCH] Bump version to 0.8.0 (#651) Co-authored-by: github-actions[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- cmd/crates/soroban-test/Cargo.toml | 2 +- .../soroban-test/tests/fixtures/hello/Cargo.toml | 2 +- .../tests/fixtures/test-wasms/custom_type/Cargo.toml | 2 +- .../tests/fixtures/test-wasms/hello_world/Cargo.toml | 2 +- cmd/soroban-cli/Cargo.toml | 2 +- cmd/soroban-rpc/lib/preflight/Cargo.toml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9fe9945ca..d1b247b18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1418,7 +1418,7 @@ dependencies = [ [[package]] name = "preflight" -version = "0.7.1" +version = "0.8.0" dependencies = [ "base64 0.13.1", "libc", @@ -1950,7 +1950,7 @@ dependencies = [ [[package]] name = "soroban-cli" -version = "0.7.1" +version = "0.8.0" dependencies = [ "assert_cmd", "assert_fs", @@ -2064,7 +2064,7 @@ dependencies = [ [[package]] name = "soroban-hello" -version = "0.1.0" +version = "0.8.0" [[package]] name = "soroban-ledger-snapshot" @@ -2142,7 +2142,7 @@ dependencies = [ [[package]] name = "soroban-test" -version = "0.7.1" +version = "0.8.0" dependencies = [ "assert_cmd", "assert_fs", @@ -2344,14 +2344,14 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test_custom_types" -version = "0.7.1" +version = "0.8.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_hello_world" -version = "0.7.1" +version = "0.8.0" dependencies = [ "soroban-sdk", ] diff --git a/Cargo.toml b/Cargo.toml index 12f6b117b..a62f74769 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ git = "https://github.com/stellar/rs-soroban-sdk" rev = "090f5c88e8f8b67f4d02010665aedfea6ee43db3" [workspace.dependencies.soroban-cli] -version = "0.7.1" +version = "0.8.0" path = "cmd/soroban-cli" diff --git a/cmd/crates/soroban-test/Cargo.toml b/cmd/crates/soroban-test/Cargo.toml index f8d593b28..d45f00e6a 100644 --- a/cmd/crates/soroban-test/Cargo.toml +++ b/cmd/crates/soroban-test/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/stellar/soroban-test" authors = ["Stellar Development Foundation "] license = "Apache-2.0" readme = "README.md" -version = "0.7.1" +version = "0.8.0" edition = "2021" rust-version = "1.69" autobins = false diff --git a/cmd/crates/soroban-test/tests/fixtures/hello/Cargo.toml b/cmd/crates/soroban-test/tests/fixtures/hello/Cargo.toml index aea99ea0f..f4c3f9d28 100644 --- a/cmd/crates/soroban-test/tests/fixtures/hello/Cargo.toml +++ b/cmd/crates/soroban-test/tests/fixtures/hello/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soroban-hello" -version = "0.1.0" +version = "0.8.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/cmd/crates/soroban-test/tests/fixtures/test-wasms/custom_type/Cargo.toml b/cmd/crates/soroban-test/tests/fixtures/test-wasms/custom_type/Cargo.toml index 07f4247f8..8c34a1b71 100644 --- a/cmd/crates/soroban-test/tests/fixtures/test-wasms/custom_type/Cargo.toml +++ b/cmd/crates/soroban-test/tests/fixtures/test-wasms/custom_type/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_custom_types" -version = "0.7.1" +version = "0.8.0" authors = ["Stellar Development Foundation "] license = "Apache-2.0" edition = "2021" diff --git a/cmd/crates/soroban-test/tests/fixtures/test-wasms/hello_world/Cargo.toml b/cmd/crates/soroban-test/tests/fixtures/test-wasms/hello_world/Cargo.toml index b1bd1356c..1f62811ea 100644 --- a/cmd/crates/soroban-test/tests/fixtures/test-wasms/hello_world/Cargo.toml +++ b/cmd/crates/soroban-test/tests/fixtures/test-wasms/hello_world/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_hello_world" -version = "0.7.1" +version = "0.8.0" authors = ["Stellar Development Foundation "] license = "Apache-2.0" edition = "2021" diff --git a/cmd/soroban-cli/Cargo.toml b/cmd/soroban-cli/Cargo.toml index e259cd470..f7d1e2f08 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.7.1" +version = "0.8.0" edition = "2021" rust-version = "1.69" autobins = false diff --git a/cmd/soroban-rpc/lib/preflight/Cargo.toml b/cmd/soroban-rpc/lib/preflight/Cargo.toml index db6bec22f..e448b6964 100644 --- a/cmd/soroban-rpc/lib/preflight/Cargo.toml +++ b/cmd/soroban-rpc/lib/preflight/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "preflight" -version = "0.7.1" +version = "0.8.0" publish = false [lib]