Skip to content

Commit

Permalink
Switch SDK to env v20.3.0 (#1242)
Browse files Browse the repository at this point in the history
### What

Switch SDK to env v20.3.0.

This doesn't require any functional changes (preliminary integration
work has already been done before).

### Why

Keeping the dependencies up to date.

### Known limitations

N/A
  • Loading branch information
dmkozh authored Mar 15, 2024
1 parent 89efc3c commit cd001b1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 23 deletions.
36 changes: 22 additions & 14 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ soroban-ledger-snapshot = { version = "20.4.0", path = "soroban-ledger-snapshot"
soroban-token-sdk = { version = "20.4.0", path = "soroban-token-sdk" }

[workspace.dependencies.soroban-env-common]
version = "=20.2.2"
git = "https://github.com/stellar/rs-soroban-env"
rev = "8c9ab83c406bd86f56d52eae3e39dccf6b45b3da"
version = "=20.3.0"
#git = "https://github.com/stellar/rs-soroban-env"
#rev = "8c9ab83c406bd86f56d52eae3e39dccf6b45b3da"

[workspace.dependencies.soroban-env-guest]
version = "=20.2.2"
git = "https://github.com/stellar/rs-soroban-env"
rev = "8c9ab83c406bd86f56d52eae3e39dccf6b45b3da"
version = "=20.3.0"
#git = "https://github.com/stellar/rs-soroban-env"
#rev = "8c9ab83c406bd86f56d52eae3e39dccf6b45b3da"

[workspace.dependencies.soroban-env-host]
version = "=20.2.2"
git = "https://github.com/stellar/rs-soroban-env"
rev = "8c9ab83c406bd86f56d52eae3e39dccf6b45b3da"
version = "=20.3.0"
#git = "https://github.com/stellar/rs-soroban-env"
#rev = "8c9ab83c406bd86f56d52eae3e39dccf6b45b3da"

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

0 comments on commit cd001b1

Please sign in to comment.