Skip to content

Commit 65c31be

Browse files
bump soroban spec crates to latest pr commit
1 parent 008def0 commit 65c31be

3 files changed

Lines changed: 15 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 8 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@ astral-tokio-tar = "0.6.0"
126126
stellar-xdr = { git = "https://github.com/stellar/rs-stellar-xdr", rev = "99a031a6f6a0935f68c073705651bd1addca1fd4" }
127127
# Pending https://github.com/stellar/rs-soroban-sdk/pull/1970, which names
128128
# user-defined types in contract specs by their fully qualified path.
129-
soroban-spec = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "c68e1aff76c79998d9e765f8cce0aef727fb86db" }
130-
soroban-spec-rust = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "c68e1aff76c79998d9e765f8cce0aef727fb86db" }
131-
soroban-sdk = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "c68e1aff76c79998d9e765f8cce0aef727fb86db" }
132-
soroban-token-sdk = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "c68e1aff76c79998d9e765f8cce0aef727fb86db" }
133-
stellar-asset-spec = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "c68e1aff76c79998d9e765f8cce0aef727fb86db" }
134-
soroban-ledger-snapshot = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "c68e1aff76c79998d9e765f8cce0aef727fb86db" }
129+
soroban-spec = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "5727dc54b5a341d59677329d2dfbcead90bbf877" }
130+
soroban-spec-rust = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "5727dc54b5a341d59677329d2dfbcead90bbf877" }
131+
soroban-sdk = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "5727dc54b5a341d59677329d2dfbcead90bbf877" }
132+
soroban-token-sdk = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "5727dc54b5a341d59677329d2dfbcead90bbf877" }
133+
stellar-asset-spec = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "5727dc54b5a341d59677329d2dfbcead90bbf877" }
134+
soroban-ledger-snapshot = { git = "https://github.com/stellar/rs-soroban-sdk", rev = "5727dc54b5a341d59677329d2dfbcead90bbf877" }
135135
# Pending https://github.com/stellar/rs-stellar-rpc-client/pull/108, which
136136
# updates the client to stellar-xdr 28.
137137
stellar-rpc-client = { git = "https://github.com/stellar/rs-stellar-rpc-client", rev = "e0d44a0b97959820e855eb9058e2114ac390c1fa" }

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ allow-git = [
237237
# https://github.com/stellar/rs-stellar-xdr/pull/566
238238
"https://github.com/stellar/rs-stellar-xdr?rev=99a031a6f6a0935f68c073705651bd1addca1fd4",
239239
# https://github.com/stellar/rs-soroban-sdk/pull/1970
240-
"https://github.com/stellar/rs-soroban-sdk?rev=c68e1aff76c79998d9e765f8cce0aef727fb86db",
240+
"https://github.com/stellar/rs-soroban-sdk?rev=5727dc54b5a341d59677329d2dfbcead90bbf877",
241241
# https://github.com/stellar/rs-stellar-rpc-client/pull/108
242242
"https://github.com/stellar/rs-stellar-rpc-client?rev=e0d44a0b97959820e855eb9058e2114ac390c1fa",
243243
]

0 commit comments

Comments
 (0)