diff --git a/.github/workflows/soroban-rpc.yml b/.github/workflows/soroban-rpc.yml index e20def6f..4f5de16b 100644 --- a/.github/workflows/soroban-rpc.yml +++ b/.github/workflows/soroban-rpc.yml @@ -90,7 +90,7 @@ jobs: env: SOROBAN_RPC_INTEGRATION_TESTS_ENABLED: true SOROBAN_RPC_INTEGRATION_TESTS_CAPTIVE_CORE_BIN: /usr/bin/stellar-core - PROTOCOL_20_CORE_DEBIAN_PKG_VERSION: 19.8.1-1243.53ea43ace.focal~soroban + PROTOCOL_20_CORE_DEBIAN_PKG_VERSION: 19.8.1-1246.064a2787a.focal~soroban runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 diff --git a/Cargo.lock b/Cargo.lock index 8ef13e21..6d0e88c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1357,7 +1357,7 @@ dependencies = [ [[package]] name = "preflight" -version = "0.6.0" +version = "0.7.0" dependencies = [ "libc", "sha2 0.10.6", @@ -1865,7 +1865,7 @@ dependencies = [ [[package]] name = "soroban-cli" -version = "0.6.0" +version = "0.7.0" dependencies = [ "assert_cmd", "assert_fs", @@ -2046,7 +2046,7 @@ dependencies = [ [[package]] name = "soroban-test" -version = "0.6.0" +version = "0.7.0" dependencies = [ "assert_cmd", "assert_fs", @@ -2255,14 +2255,14 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test_custom_types" -version = "0.6.0" +version = "0.7.0" dependencies = [ "soroban-sdk", ] [[package]] name = "test_hello_world" -version = "0.6.0" +version = "0.7.0" dependencies = [ "soroban-sdk", ] diff --git a/Cargo.toml b/Cargo.toml index 600bb4fc..7243e5c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,6 +42,7 @@ version = "0.0.7" version = "0.0.2" [workspace.dependencies.soroban-cli] +version = "0.7.0" path = "cmd/soroban-cli" [workspace.dependencies.ethnum] diff --git a/cmd/crates/soroban-test/Cargo.toml b/cmd/crates/soroban-test/Cargo.toml index d65a70c9..935e653f 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.6.0" +version = "0.7.0" edition = "2021" rust-version = "1.67" autobins = 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 28e2bb13..b076fcd0 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.6.0" +version = "0.7.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 e6b250f7..c747e4e6 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.6.0" +version = "0.7.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 7ac4e3d8..2a3710bf 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.6.0" +version = "0.7.0" edition = "2021" rust-version = "1.68" autobins = false diff --git a/cmd/soroban-rpc/lib/preflight/Cargo.toml b/cmd/soroban-rpc/lib/preflight/Cargo.toml index 78ffd263..879c2310 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.6.0" +version = "0.7.0" publish = false [lib]