From 4ecada20c497a9d7ff1925a6b7c198cf1d8406c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 5 Feb 2024 19:10:09 +0000 Subject: [PATCH] Bump version to 20.3.0 --- 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 8456daacc..2b993d172 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2879,7 +2879,7 @@ dependencies = [ [[package]] name = "preflight" -version = "20.2.0" +version = "20.3.0" dependencies = [ "base64 0.21.5", "libc", @@ -3543,7 +3543,7 @@ dependencies = [ [[package]] name = "soroban-cli" -version = "20.2.0" +version = "20.3.0" dependencies = [ "assert_cmd", "assert_fs", @@ -3676,7 +3676,7 @@ dependencies = [ [[package]] name = "soroban-hello" -version = "20.2.0" +version = "20.3.0" [[package]] name = "soroban-ledger-snapshot" @@ -3822,7 +3822,7 @@ dependencies = [ [[package]] name = "soroban-test" -version = "20.2.0" +version = "20.3.0" dependencies = [ "assert_cmd", "assert_fs", @@ -4051,14 +4051,14 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test_custom_types" -version = "20.2.0" +version = "20.3.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_hello_world" -version = "20.2.0" +version = "20.3.0" dependencies = [ "soroban-sdk", ] diff --git a/Cargo.toml b/Cargo.toml index 8ba86ea28..036b714b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ git = "https://github.com/stellar/rs-soroban-sdk" rev = "4aef54ff9295c2fca4c5b9fbd2c92d0ff99f67de" [workspace.dependencies.soroban-cli] -version = "20.2.0" +version = "20.3.0" path = "cmd/soroban-cli" [workspace.dependencies.stellar-xdr] diff --git a/cmd/crates/soroban-test/Cargo.toml b/cmd/crates/soroban-test/Cargo.toml index 649a37e57..786be1b35 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 = "20.2.0" +version = "20.3.0" edition = "2021" rust-version.workspace = true 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 01b80b0f6..faf33ea6a 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 = "20.2.0" +version = "20.3.0" edition = "2021" publish = false 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 67df45b69..c9f237136 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 = "20.2.0" +version = "20.3.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 e5ced55fa..36652fd23 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 = "20.2.0" +version = "20.3.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 f402b5ba3..bd68ae2bb 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 = "20.2.0" +version = "20.3.0" edition = "2021" rust-version.workspace = true autobins = false diff --git a/cmd/soroban-rpc/lib/preflight/Cargo.toml b/cmd/soroban-rpc/lib/preflight/Cargo.toml index 7b1f0e488..418f8c190 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 = "20.2.0" +version = "20.3.0" publish = false [lib]