Skip to content

Commit

Permalink
Update SDK to use env 21.0.2 (#1270)
Browse files Browse the repository at this point in the history
### What

Update SDK to use env 21.0.2

### Why

Preparing for the release

### Known limitations

N/A
  • Loading branch information
dmkozh authored May 6, 2024
1 parent cf4eb3d commit 0f525ef
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 @@ -24,19 +24,19 @@ soroban-ledger-snapshot = { version = "21.0.1-preview.1", path = "soroban-ledger
soroban-token-sdk = { version = "21.0.1-preview.1", path = "soroban-token-sdk" }

[workspace.dependencies.soroban-env-common]
version = "=21.0.1"
git = "https://github.com/stellar/rs-soroban-env"
rev = "ad83e6cef73ca04f75d03ad1b0f43434886ce93b"
version = "=21.0.2"
#git = "https://github.com/stellar/rs-soroban-env"
#rev = "ad83e6cef73ca04f75d03ad1b0f43434886ce93b"

[workspace.dependencies.soroban-env-guest]
version = "=21.0.1"
git = "https://github.com/stellar/rs-soroban-env"
rev = "ad83e6cef73ca04f75d03ad1b0f43434886ce93b"
version = "=21.0.2"
#git = "https://github.com/stellar/rs-soroban-env"
#rev = "ad83e6cef73ca04f75d03ad1b0f43434886ce93b"

[workspace.dependencies.soroban-env-host]
version = "=21.0.1"
git = "https://github.com/stellar/rs-soroban-env"
rev = "ad83e6cef73ca04f75d03ad1b0f43434886ce93b"
version = "=21.0.2"
#git = "https://github.com/stellar/rs-soroban-env"
#rev = "ad83e6cef73ca04f75d03ad1b0f43434886ce93b"

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

0 comments on commit 0f525ef

Please sign in to comment.