Skip to content

Commit

Permalink
Bump rs-soroban-env dependency (#1208)
Browse files Browse the repository at this point in the history
### What

Bump rs-soroban-env dependency

### Why

I need rs-soroban-sdk to be aligned with rs-soroban-env for
stellar/stellar-cli#1168


### Known limitations

N/A
  • Loading branch information
2opremio authored Jan 16, 2024
1 parent 9f955ef commit e6c2c90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ soroban-token-sdk = { version = "20.1.0", path = "soroban-token-sdk" }
[workspace.dependencies.soroban-env-common]
version = "=20.1.0"
git = "https://github.com/stellar/rs-soroban-env"
rev = "c1b238b65bfd13666be4ac14e0e390c31b549caf"
rev = "36d33cb6c986c9a8a9200b7eb04cf02e2c3f0ef4"

[workspace.dependencies.soroban-env-guest]
version = "=20.1.0"
git = "https://github.com/stellar/rs-soroban-env"
rev = "c1b238b65bfd13666be4ac14e0e390c31b549caf"
rev = "36d33cb6c986c9a8a9200b7eb04cf02e2c3f0ef4"

[workspace.dependencies.soroban-env-host]
version = "=20.1.0"
git = "https://github.com/stellar/rs-soroban-env"
rev = "c1b238b65bfd13666be4ac14e0e390c31b549caf"
rev = "36d33cb6c986c9a8a9200b7eb04cf02e2c3f0ef4"

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

0 comments on commit e6c2c90

Please sign in to comment.