Skip to content

Commit d73b622

Browse files
Pin soroban/stellar deps and bump version to v20.0.0-rc2.1
1 parent 0992413 commit d73b622

2 files changed

Lines changed: 36 additions & 36 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,38 +29,38 @@ members = [
2929
]
3030

3131
[workspace.package]
32-
version = "20.0.0-rc2"
32+
version = "20.0.0-rc2.1"
3333

3434
[workspace.dependencies]
35-
soroban-sdk = { version = "20.0.0-rc2", path = "soroban-sdk" }
36-
soroban-sdk-macros = { version = "20.0.0-rc2", path = "soroban-sdk-macros" }
37-
soroban-spec = { version = "20.0.0-rc2", path = "soroban-spec" }
38-
soroban-spec-rust = { version = "20.0.0-rc2", path = "soroban-spec-rust" }
39-
soroban-ledger-snapshot = { version = "20.0.0-rc2", path = "soroban-ledger-snapshot" }
40-
soroban-token-sdk = { version = "20.0.0-rc2", path = "soroban-token-sdk" }
35+
soroban-sdk = { version = "20.0.0-rc2.1", path = "soroban-sdk" }
36+
soroban-sdk-macros = { version = "20.0.0-rc2.1", path = "soroban-sdk-macros" }
37+
soroban-spec = { version = "20.0.0-rc2.1", path = "soroban-spec" }
38+
soroban-spec-rust = { version = "20.0.0-rc2.1", path = "soroban-spec-rust" }
39+
soroban-ledger-snapshot = { version = "20.0.0-rc2.1", path = "soroban-ledger-snapshot" }
40+
soroban-token-sdk = { version = "20.0.0-rc2.1", path = "soroban-token-sdk" }
4141

4242
[workspace.dependencies.soroban-env-common]
43-
version = "20.0.0-rc2"
43+
version = "=20.0.0-rc2"
4444
git = "https://github.com/stellar/rs-soroban-env"
4545
rev = "8c63bff68a15d79aca3a705ee6916a68db57b7e6"
4646

4747
[workspace.dependencies.soroban-env-guest]
48-
version = "20.0.0-rc2"
48+
version = "=20.0.0-rc2"
4949
git = "https://github.com/stellar/rs-soroban-env"
5050
rev = "8c63bff68a15d79aca3a705ee6916a68db57b7e6"
5151

5252
[workspace.dependencies.soroban-env-host]
53-
version = "20.0.0-rc2"
53+
version = "=20.0.0-rc2"
5454
git = "https://github.com/stellar/rs-soroban-env"
5555
rev = "8c63bff68a15d79aca3a705ee6916a68db57b7e6"
5656

5757
[workspace.dependencies.stellar-strkey]
58-
version = "0.0.7"
58+
version = "=0.0.7"
5959
git = "https://github.com/stellar/rs-stellar-strkey"
6060
rev = "e6ba45c60c16de28c7522586b80ed0150157df73"
6161

6262
[workspace.dependencies.stellar-xdr]
63-
version = "20.0.0-rc1"
63+
version = "=20.0.0-rc1"
6464
git = "https://github.com/stellar/rs-stellar-xdr"
6565
rev = "d5ce0c9e7aa83461773a6e81662067f35d39e4c1"
6666
default-features = false

0 commit comments

Comments
 (0)