Skip to content

Commit

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

### Why
To get the latest stellar-xdr lib available in an env for the
stellar-cli.
  • Loading branch information
leighmcculloch authored Jul 16, 2024
1 parent 0c4c42b commit 3fcab0d
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 = "21.1.1", path = "soroban-ledger-snapshot"
soroban-token-sdk = { version = "21.1.1", path = "soroban-token-sdk" }

[workspace.dependencies.soroban-env-common]
version = "=21.1.2"
version = "=21.2.0"
# git = "https://github.com/stellar/rs-soroban-env"
# rev = "0c918ac2bd808ba1a850281c6b1c731e7fe50c53"

[workspace.dependencies.soroban-env-guest]
version = "=21.1.2"
version = "=21.2.0"
# git = "https://github.com/stellar/rs-soroban-env"
# rev = "0c918ac2bd808ba1a850281c6b1c731e7fe50c53"

[workspace.dependencies.soroban-env-host]
version = "=21.1.2"
version = "=21.2.0"
# git = "https://github.com/stellar/rs-soroban-env"
# rev = "0c918ac2bd808ba1a850281c6b1c731e7fe50c53"

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

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

0 comments on commit 3fcab0d

Please sign in to comment.