Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7b0efca

Browse files
committedFeb 3, 2025
Merge branch 'main' into migrate-getledgerentries
2 parents 681c353 + 755d81f commit 7b0efca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+2458
-2070
lines changed
 

‎Cargo.lock

+211-184
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version = "=21.2.1"
1515

1616
[workspace.dependencies.soroban-env-host-curr]
1717
package = "soroban-env-host"
18-
version = "=22.0.0"
18+
version = "=22.1.3"
1919
#git = "https://github.com/stellar/rs-soroban-env"
2020
#rev = "0497816694bef2b103494c8c61b7c8a06a72c7d3"
2121

@@ -25,12 +25,12 @@ version = "=21.2.1"
2525

2626
[workspace.dependencies.soroban-simulation-curr]
2727
package = "soroban-simulation"
28-
version = "=22.0.0"
28+
version = "=22.1.3"
2929
# git = "https://github.com/stellar/rs-soroban-env"
3030
# rev = "0497816694bef2b103494c8c61b7c8a06a72c7d3"
3131

3232
[workspace.dependencies.stellar-xdr]
33-
version = "=22.0.0"
33+
version = "=22.1.0"
3434
features = [ "serde" ]
3535

3636
[workspace.dependencies]

0 commit comments

Comments
 (0)
Please sign in to comment.