From ef2e8f569cf357e38fd54022cca5dbbc73801e38 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Fri, 19 Jan 2024 17:33:08 +1000 Subject: [PATCH] Revert "Bump rs-soroban-env dependency" (#1212) ### What Reverts stellar/rs-soroban-sdk#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. --- Cargo.lock | 10 +++++----- Cargo.toml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5af2ac5d9..8e5f258b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1096,7 +1096,7 @@ checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" [[package]] name = "soroban-builtin-sdk-macros" version = "20.1.0" -source = "git+https://github.com/stellar/rs-soroban-env?rev=36d33cb6c986c9a8a9200b7eb04cf02e2c3f0ef4#36d33cb6c986c9a8a9200b7eb04cf02e2c3f0ef4" +source = "git+https://github.com/stellar/rs-soroban-env?rev=c1b238b65bfd13666be4ac14e0e390c31b549caf#c1b238b65bfd13666be4ac14e0e390c31b549caf" dependencies = [ "itertools", "proc-macro2", @@ -1107,7 +1107,7 @@ dependencies = [ [[package]] name = "soroban-env-common" version = "20.1.0" -source = "git+https://github.com/stellar/rs-soroban-env?rev=36d33cb6c986c9a8a9200b7eb04cf02e2c3f0ef4#36d33cb6c986c9a8a9200b7eb04cf02e2c3f0ef4" +source = "git+https://github.com/stellar/rs-soroban-env?rev=c1b238b65bfd13666be4ac14e0e390c31b549caf#c1b238b65bfd13666be4ac14e0e390c31b549caf" dependencies = [ "arbitrary", "crate-git-revision", @@ -1124,7 +1124,7 @@ dependencies = [ [[package]] name = "soroban-env-guest" version = "20.1.0" -source = "git+https://github.com/stellar/rs-soroban-env?rev=36d33cb6c986c9a8a9200b7eb04cf02e2c3f0ef4#36d33cb6c986c9a8a9200b7eb04cf02e2c3f0ef4" +source = "git+https://github.com/stellar/rs-soroban-env?rev=c1b238b65bfd13666be4ac14e0e390c31b549caf#c1b238b65bfd13666be4ac14e0e390c31b549caf" dependencies = [ "soroban-env-common", "static_assertions", @@ -1133,7 +1133,7 @@ dependencies = [ [[package]] name = "soroban-env-host" version = "20.1.0" -source = "git+https://github.com/stellar/rs-soroban-env?rev=36d33cb6c986c9a8a9200b7eb04cf02e2c3f0ef4#36d33cb6c986c9a8a9200b7eb04cf02e2c3f0ef4" +source = "git+https://github.com/stellar/rs-soroban-env?rev=c1b238b65bfd13666be4ac14e0e390c31b549caf#c1b238b65bfd13666be4ac14e0e390c31b549caf" dependencies = [ "backtrace", "curve25519-dalek", @@ -1159,7 +1159,7 @@ dependencies = [ [[package]] name = "soroban-env-macros" version = "20.1.0" -source = "git+https://github.com/stellar/rs-soroban-env?rev=36d33cb6c986c9a8a9200b7eb04cf02e2c3f0ef4#36d33cb6c986c9a8a9200b7eb04cf02e2c3f0ef4" +source = "git+https://github.com/stellar/rs-soroban-env?rev=c1b238b65bfd13666be4ac14e0e390c31b549caf#c1b238b65bfd13666be4ac14e0e390c31b549caf" dependencies = [ "itertools", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 2be387b42..8939e667b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"