Skip to content

Commit 1c25d05

Browse files
bump xdr and sdk patches to the latest pr heads
1 parent d1952f4 commit 1c25d05

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,15 @@ astral-tokio-tar = "0.6.0"
125125
# Pending https://github.com/stellar/rs-stellar-xdr/pull/566, which widens the
126126
# user-defined type name limit so that a fully qualified type name fits. Pinned
127127
# to the same rev rs-soroban-sdk#1970 uses so the graph has one stellar-xdr.
128-
stellar-xdr = { git = "https://github.com/stellar/rs-stellar-xdr", rev = "43d99a398adaa815ee23b83e0ac60d22c15ed017" }
128+
stellar-xdr = { git = "https://github.com/stellar/rs-stellar-xdr", rev = "d5c3f39bf7bc52a6bbc4db0518c892ec22b2dd11" }
129129
# Pending https://github.com/stellar/rs-soroban-sdk/pull/1970, which names
130130
# user-defined types in contract specs by their fully qualified path.
131-
soroban-spec = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "edb0caa9e5a153f910326d90fdcb587b86e8818a" }
132-
soroban-spec-rust = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "edb0caa9e5a153f910326d90fdcb587b86e8818a" }
133-
soroban-sdk = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "edb0caa9e5a153f910326d90fdcb587b86e8818a" }
134-
soroban-token-sdk = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "edb0caa9e5a153f910326d90fdcb587b86e8818a" }
135-
stellar-asset-spec = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "edb0caa9e5a153f910326d90fdcb587b86e8818a" }
136-
soroban-ledger-snapshot = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "edb0caa9e5a153f910326d90fdcb587b86e8818a" }
131+
soroban-spec = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "e0a0ff17597da3d13e89513d8937510c50683601" }
132+
soroban-spec-rust = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "e0a0ff17597da3d13e89513d8937510c50683601" }
133+
soroban-sdk = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "e0a0ff17597da3d13e89513d8937510c50683601" }
134+
soroban-token-sdk = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "e0a0ff17597da3d13e89513d8937510c50683601" }
135+
stellar-asset-spec = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "e0a0ff17597da3d13e89513d8937510c50683601" }
136+
soroban-ledger-snapshot = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "e0a0ff17597da3d13e89513d8937510c50683601" }
137137
# Pending https://github.com/stellar/rs-soroban-env/pull/1733, which adapts the
138138
# host to the XDR constants that rs-stellar-xdr#580 changes from u64 to u32.
139139
# rs-soroban-sdk#1970 is on that 29.x line, so pin to the same rev it uses.

0 commit comments

Comments
 (0)