Skip to content

Commit ef2e8f5

Browse files
Revert "Bump rs-soroban-env dependency" (#1212)
### 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.
1 parent bb38320 commit ef2e8f5

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ soroban-token-sdk = { version = "20.1.0", path = "soroban-token-sdk" }
4343
[workspace.dependencies.soroban-env-common]
4444
version = "=20.1.0"
4545
git = "https://github.com/stellar/rs-soroban-env"
46-
rev = "36d33cb6c986c9a8a9200b7eb04cf02e2c3f0ef4"
46+
rev = "c1b238b65bfd13666be4ac14e0e390c31b549caf"
4747

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

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

5858
[workspace.dependencies.stellar-strkey]
5959
version = "=0.0.8"

0 commit comments

Comments
 (0)