Skip to content

Commit

Permalink
all: Bump core, Rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms committed Dec 5, 2023
1 parent d5acaf4 commit 023271f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/soroban-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,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.14.1-1590.b6b730a0c.focal
PROTOCOL_20_CORE_DEBIAN_PKG_VERSION: 20.0.0-1615.617729910.focal
steps:
- uses: actions/checkout@v3
with:
Expand Down
34 changes: 17 additions & 17 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,55 +11,55 @@ default-members = ["cmd/soroban-cli", "cmd/crates/soroban-test"]
exclude = ["cmd/crates/soroban-test/tests/fixtures/hello"]

[workspace.package]
version = "20.0.0-rc4"
version = "20.0.0"

[workspace.dependencies.soroban-env-host]
version = "20.0.0-rc2"
version = "20.0.0"
git = "https://github.com/stellar/rs-soroban-env"
rev = "be04cf31e925ba5bacd9b22db7caf7b4f6dd8372"
rev = "9c5394083725bacf32a56107d7fa2adf643dc7b5"

[workspace.dependencies.soroban-spec]
version = "20.0.0-rc2"
version = "20.0.0"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "e35bace9de5addae7c32f405cdc11bb459cb1d61"
rev = "822ce6cc3e461ccc925275b472d77b6ca35b2cd9"
# path = "../rs-soroban-sdk/soroban-spec"

[workspace.dependencies.soroban-spec-rust]
version = "20.0.0-rc2"
version = "20.0.0"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "e35bace9de5addae7c32f405cdc11bb459cb1d61"
rev = "822ce6cc3e461ccc925275b472d77b6ca35b2cd9"
# path = "../rs-soroban-sdk/soroban-spec-rust"

[workspace.dependencies.soroban-spec-json]
version = "20.0.0-rc4"
version = "20.0.0"
path = "./cmd/crates/soroban-spec-json"

[workspace.dependencies.soroban-spec-typescript]
version = "20.0.0-rc4"
version = "20.0.0"
path = "./cmd/crates/soroban-spec-typescript"

[workspace.dependencies.soroban-spec-tools]
version = "20.0.0-rc4"
version = "20.0.0"
path = "./cmd/crates/soroban-spec-tools"

[workspace.dependencies.soroban-sdk]
version = "20.0.0-rc2"
version = "20.0.0"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "e35bace9de5addae7c32f405cdc11bb459cb1d61"
rev = "822ce6cc3e461ccc925275b472d77b6ca35b2cd9"

[workspace.dependencies.soroban-ledger-snapshot]
version = "20.0.0-rc2"
version = "20.0.0"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "e35bace9de5addae7c32f405cdc11bb459cb1d61"
rev = "822ce6cc3e461ccc925275b472d77b6ca35b2cd9"

[workspace.dependencies.soroban-cli]
version = "20.0.0-rc4"
version = "20.0.0"
path = "cmd/soroban-cli"

[workspace.dependencies.stellar-xdr]
version = "20.0.0-rc1"
version = "20.0.0"
git = "https://github.com/stellar/rs-stellar-xdr"
rev = "d6f8ece2c89809d5e2800b9df64ae60787ee492b"
rev = "24dd3c1b9fada6e2b28e8456a915adc212d6c47e"
default-features = true

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
# Note: Please keep the image pinned to an immutable tag matching the Captive Core version.
# This avoids implicit updates which break compatibility between
# the Core container and captive core.
image: ${CORE_IMAGE:-stellar/unsafe-stellar-core:19.14.1-1590.b6b730a0c.focal}
image: ${CORE_IMAGE:-stellar/stellar-core:20.0.0-1615.617729910.focal}
depends_on:
- core-postgres
restart: on-failure
Expand Down

0 comments on commit 023271f

Please sign in to comment.