Skip to content

Commit

Permalink
Update soroban-env-* and stellar-xdr (#1413)
Browse files Browse the repository at this point in the history
### What
Update soroban-env-* and stellar-xdr

### Why
To get the recent changes in stellar-xdr available in a compatible sdk
that pins to a specific version of stellar-xdr, for the cli to get that
latest xdr.
  • Loading branch information
leighmcculloch authored Dec 12, 2024
1 parent 31b2892 commit 714c6f7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@ soroban-ledger-snapshot = { version = "22.0.2", path = "soroban-ledger-snapshot"
soroban-token-sdk = { version = "22.0.2", path = "soroban-token-sdk" }

[workspace.dependencies.soroban-env-common]
version = "=22.1.0"
version = "=22.1.2"
#git = "https://github.com/stellar/rs-soroban-env"
#rev = "bd0c80a1fe171e75f8d745f17975a73927d44ecd"

[workspace.dependencies.soroban-env-guest]
version = "=22.1.0"
version = "=22.1.2"
#git = "https://github.com/stellar/rs-soroban-env"
#rev = "bd0c80a1fe171e75f8d745f17975a73927d44ecd"

[workspace.dependencies.soroban-env-host]
version = "=22.1.0"
version = "=22.1.2"
#git = "https://github.com/stellar/rs-soroban-env"
#rev = "bd0c80a1fe171e75f8d745f17975a73927d44ecd"

[workspace.dependencies.stellar-strkey]
version = "=0.0.9"

[workspace.dependencies.stellar-xdr]
version = "=22.0.0"
version = "=22.1.0"
default-features = false
features = ["curr"]
#git = "https://github.com/stellar/rs-stellar-xdr"
Expand Down
24 changes: 12 additions & 12 deletions tests/fuzz/fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 714c6f7

Please sign in to comment.