Skip to content

Commit

Permalink
Update dependencies to 22.0.0-rc.1 (#1356)
Browse files Browse the repository at this point in the history
### What

Update dependencies for the release
  • Loading branch information
sisuresh authored Oct 1, 2024
1 parent 6c45fb9 commit b84c6e6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 24 deletions.
30 changes: 18 additions & 12 deletions Cargo.lock

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

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,29 @@ 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"
git = "https://github.com/stellar/rs-soroban-env"
rev = "60e9be87a157cc9b5132056e1314faabd485b5fb"
version = "=22.0.0-rc.1"
#git = "https://github.com/stellar/rs-soroban-env"
#rev = "60e9be87a157cc9b5132056e1314faabd485b5fb"

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

[workspace.dependencies.soroban-env-host]
version = "=22.0.0"
git = "https://github.com/stellar/rs-soroban-env"
rev = "60e9be87a157cc9b5132056e1314faabd485b5fb"
version = "=22.0.0-rc.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"
version = "=22.0.0-rc.1"
default-features = false
features = ["curr"]
git = "https://github.com/stellar/rs-stellar-xdr"
rev = "67be5955a15f1d3a4df83fe86e6ae107f687141b"
#git = "https://github.com/stellar/rs-stellar-xdr"
#rev = "67be5955a15f1d3a4df83fe86e6ae107f687141b"

#[patch."https://github.com/stellar/rs-soroban-env"]
#soroban-env-common = { path = "../rs-soroban-env/soroban-env-common" }
Expand Down

0 comments on commit b84c6e6

Please sign in to comment.