Skip to content

Commit

Permalink
Bump env and sdk version to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Sep 19, 2023
1 parent a1e005c commit 4bbaddf
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 31 deletions.
109 changes: 86 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ git = "https://github.com/stellar/rs-soroban-env"
rev = "f19ef13363a1e0cbff7b100c0599a1d63dea88a6"

[workspace.dependencies.soroban-spec]
version = "20.0.0-rc1"
version = "20.0.0-rc2"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "f743d6f9e49caa08924318907cd0588b60d7f187"
rev = "0992413f9b05e5bfb1f872bce99e89d9129b2e61"
# path = "../rs-soroban-sdk/soroban-spec"

[workspace.dependencies.soroban-spec-rust]
version = "20.0.0-rc1"
version = "20.0.0-rc2"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "f743d6f9e49caa08924318907cd0588b60d7f187"
rev = "0992413f9b05e5bfb1f872bce99e89d9129b2e61"
# path = "../rs-soroban-sdk/soroban-spec-rust"

[workspace.dependencies.soroban-spec-json]
Expand All @@ -43,14 +43,14 @@ version = "20.0.0-rc2"
path = "./cmd/crates/soroban-spec-tools"

[workspace.dependencies.soroban-sdk]
version = "20.0.0-rc1"
version = "20.0.0-rc2"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "f743d6f9e49caa08924318907cd0588b60d7f187"
rev = "0992413f9b05e5bfb1f872bce99e89d9129b2e61"

[workspace.dependencies.soroban-ledger-snapshot]
version = "20.0.0-rc1"
version = "20.0.0-rc2"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "f743d6f9e49caa08924318907cd0588b60d7f187"
rev = "0992413f9b05e5bfb1f872bce99e89d9129b2e61"

[workspace.dependencies.soroban-cli]
version = "20.0.0-rc2"
Expand Down

0 comments on commit 4bbaddf

Please sign in to comment.