Skip to content

Commit

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

Reverts #1208

### Why

To release in v20.2.0 of the SDK (#1211) without updating the version of
the env.

I'll reapply the env change to the repo after the release.

Because of the number of other smaller changes in the repo it is easier
to revert this one commit and reapply it than it is to fork the main
branch for a release.
  • Loading branch information
leighmcculloch authored Jan 19, 2024
1 parent bb38320 commit ef2e8f5
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 = "36d33cb6c986c9a8a9200b7eb04cf02e2c3f0ef4"
rev = "c1b238b65bfd13666be4ac14e0e390c31b549caf"

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

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

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

0 comments on commit ef2e8f5

Please sign in to comment.