Skip to content

Commit

Permalink
Bump env (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh committed Sep 5, 2023
1 parent df5650d commit ee44e42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
13 changes: 5 additions & 8 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 @@ -42,17 +42,17 @@ soroban-token-sdk = { version = "0.9.2", path = "soroban-token-sdk" }
[workspace.dependencies.soroban-env-common]
version = "0.0.17"
git = "https://github.com/stellar/rs-soroban-env"
rev = "eb5a9ba053a7b64a8eff605db625525378f7bea0"
rev = "3d6c35d1308fc36a05d30d257756e42fc928b537"

[workspace.dependencies.soroban-env-guest]
version = "0.0.17"
git = "https://github.com/stellar/rs-soroban-env"
rev = "eb5a9ba053a7b64a8eff605db625525378f7bea0"
rev = "3d6c35d1308fc36a05d30d257756e42fc928b537"

[workspace.dependencies.soroban-env-host]
version = "0.0.17"
git = "https://github.com/stellar/rs-soroban-env"
rev = "eb5a9ba053a7b64a8eff605db625525378f7bea0"
rev = "3d6c35d1308fc36a05d30d257756e42fc928b537"

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

0 comments on commit ee44e42

Please sign in to comment.