Skip to content

Commit 99b9257

Browse files
committed
Update repo.
1 parent a4943c8 commit 99b9257

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,36 +52,36 @@ version = "25.0.0"
5252
# Dependencies from the rs-soroban-sdk repo:
5353
[workspace.dependencies.soroban-spec]
5454
# version = "23.3.0"
55-
git = "https://github.com/fnando/rs-soroban-sdk"
56-
branch = "stellar-xdr-v25"
55+
git = "https://github.com/stellar/rs-soroban-sdk"
56+
branch = "release/v25-preview"
5757

5858
[workspace.dependencies.soroban-spec-rust]
5959
# version = "23.3.0"
60-
git = "https://github.com/fnando/rs-soroban-sdk"
61-
branch = "stellar-xdr-v25"
60+
git = "https://github.com/stellar/rs-soroban-sdk"
61+
branch = "release/v25-preview"
6262

6363
[workspace.dependencies.soroban-sdk]
6464
# version = "23.3.0"
65-
git = "https://github.com/fnando/rs-soroban-sdk"
66-
branch = "stellar-xdr-v25"
65+
git = "https://github.com/stellar/rs-soroban-sdk"
66+
branch = "release/v25-preview"
6767

6868
[workspace.dependencies.soroban-env-host]
6969
version = "25.0.0"
7070

7171
[workspace.dependencies.soroban-token-sdk]
7272
# version = "23.3.0"
73-
git = "https://github.com/fnando/rs-soroban-sdk"
74-
branch = "stellar-xdr-v25"
73+
git = "https://github.com/stellar/rs-soroban-sdk"
74+
branch = "release/v25-preview"
7575

7676
[workspace.dependencies.stellar-asset-spec]
7777
# version = "23.3.0"
78-
git = "https://github.com/fnando/rs-soroban-sdk"
79-
branch = "stellar-xdr-v25"
78+
git = "https://github.com/stellar/rs-soroban-sdk"
79+
branch = "release/v25-preview"
8080

8181
[workspace.dependencies.soroban-ledger-snapshot]
8282
# version = "23.3.0"
83-
git = "https://github.com/fnando/rs-soroban-sdk"
84-
branch = "stellar-xdr-v25"
83+
git = "https://github.com/stellar/rs-soroban-sdk"
84+
branch = "release/v25-preview"
8585

8686
# Dependencies from the rs-stellar-rpc-client repo:
8787
[workspace.dependencies.soroban-rpc]

0 commit comments

Comments
 (0)