Skip to content

Commit

Permalink
Update env and xdr (#1357)
Browse files Browse the repository at this point in the history
### What
Update env and xdr

### Why
Routine. So that cli can use the latest xdr lib.
  • Loading branch information
leighmcculloch authored Oct 2, 2024
1 parent b84c6e6 commit 9bc822f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 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.0-rc.1", path = "soroban-ledger-snap
soroban-token-sdk = { version = "22.0.0-rc.1", path = "soroban-token-sdk" }

[workspace.dependencies.soroban-env-common]
version = "=22.0.0-rc.1"
version = "=22.0.0-rc.1.1"
#git = "https://github.com/stellar/rs-soroban-env"
#rev = "60e9be87a157cc9b5132056e1314faabd485b5fb"

[workspace.dependencies.soroban-env-guest]
version = "=22.0.0-rc.1"
version = "=22.0.0-rc.1.1"
#git = "https://github.com/stellar/rs-soroban-env"
#rev = "60e9be87a157cc9b5132056e1314faabd485b5fb"

[workspace.dependencies.soroban-env-host]
version = "=22.0.0-rc.1"
version = "=22.0.0-rc.1.1"
#git = "https://github.com/stellar/rs-soroban-env"
#rev = "60e9be87a157cc9b5132056e1314faabd485b5fb"

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

[workspace.dependencies.stellar-xdr]
version = "=22.0.0-rc.1"
version = "=22.0.0-rc.1.1"
default-features = false
features = ["curr"]
#git = "https://github.com/stellar/rs-stellar-xdr"
Expand Down

0 comments on commit 9bc822f

Please sign in to comment.