Skip to content

Commit 3b6f729

Browse files
committed
Update to protocol 25.
1 parent c7030d1 commit 3b6f729

File tree

4 files changed

+165
-75
lines changed

4 files changed

+165
-75
lines changed

Cargo.lock

Lines changed: 81 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,34 +47,48 @@ path = "cmd/crates/stellar-ledger"
4747

4848
# Dependencies from the rs-stellar-xdr repo:
4949
[workspace.dependencies.stellar-xdr]
50-
version = "23.0.0"
50+
version = "25.0.0"
5151

5252
# Dependencies from the rs-soroban-sdk repo:
5353
[workspace.dependencies.soroban-spec]
54-
version = "23.0.1"
54+
# version = "23.3.0"
55+
git = "https://github.com/fnando/rs-soroban-sdk"
56+
branch = "stellar-xdr-v25"
5557

5658
[workspace.dependencies.soroban-spec-rust]
57-
version = "23.0.1"
59+
# version = "23.3.0"
60+
git = "https://github.com/fnando/rs-soroban-sdk"
61+
branch = "stellar-xdr-v25"
5862

5963
[workspace.dependencies.soroban-sdk]
60-
version = "23.0.1"
64+
# version = "23.3.0"
65+
git = "https://github.com/fnando/rs-soroban-sdk"
66+
branch = "stellar-xdr-v25"
6167

6268
[workspace.dependencies.soroban-env-host]
63-
version = "23.0.1"
69+
version = "25.0.0"
6470

6571
[workspace.dependencies.soroban-token-sdk]
66-
version = "23.0.1"
72+
# version = "23.3.0"
73+
git = "https://github.com/fnando/rs-soroban-sdk"
74+
branch = "stellar-xdr-v25"
6775

6876
[workspace.dependencies.stellar-asset-spec]
69-
version = "23.0.1"
77+
# version = "23.3.0"
78+
git = "https://github.com/fnando/rs-soroban-sdk"
79+
branch = "stellar-xdr-v25"
7080

7181
[workspace.dependencies.soroban-ledger-snapshot]
72-
version = "23.0.1"
82+
# version = "23.3.0"
83+
git = "https://github.com/fnando/rs-soroban-sdk"
84+
branch = "stellar-xdr-v25"
7385

7486
# Dependencies from the rs-stellar-rpc-client repo:
7587
[workspace.dependencies.soroban-rpc]
7688
package = "stellar-rpc-client"
77-
version = "23.2.1"
89+
# version = "23.2.1"
90+
git = "https://github.com/stellar/rs-stellar-rpc-client"
91+
branch = "protocol-25"
7892

7993
# Dependencies from elsewhere shared by crates:
8094
[workspace.dependencies]

0 commit comments

Comments
 (0)