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 8f66533
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 65 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
117 changes: 69 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ exclude = ["cmd/crates/soroban-test/tests/fixtures/hello"]
version = "20.0.0-rc4"

[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]
Expand All @@ -43,23 +43,23 @@ version = "20.0.0-rc4"
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"
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-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ rand = "0.8.5"
wasmparser = { workspace = true }
sha2 = { workspace = true }
csv = "1.1.6"
ed25519-dalek = "2.0.0"
ed25519-dalek = "=2.0.0"
jsonrpsee-http-client = "0.20.1"
jsonrpsee-core = "0.20.1"
hyper = "0.14.27"
Expand Down
Loading

0 comments on commit 8f66533

Please sign in to comment.