Skip to content

Commit

Permalink
Merge branch 'main' into stable-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Dec 8, 2023
2 parents 233a2d0 + f24c449 commit dbce88f
Show file tree
Hide file tree
Showing 64 changed files with 10,545 additions and 4,003 deletions.
43 changes: 33 additions & 10 deletions Cargo.lock

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

15 changes: 10 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default-members = ["cmd/soroban-cli", "cmd/crates/soroban-test"]
exclude = ["cmd/crates/soroban-test/tests/fixtures/hello"]

[workspace.package]
version = "20.0.0-rc4"
version = "20.0.0"

[workspace.dependencies.soroban-env-host]
version = "20.0.0"
Expand All @@ -31,29 +31,34 @@ rev = "822ce6cc3e461ccc925275b472d77b6ca35b2cd9"
# path = "../rs-soroban-sdk/soroban-spec-rust"

[workspace.dependencies.soroban-spec-json]
version = "20.0.0-rc4"
version = "20.0.0"
path = "./cmd/crates/soroban-spec-json"

[workspace.dependencies.soroban-spec-typescript]
version = "20.0.0-rc4"
version = "20.0.0"
path = "./cmd/crates/soroban-spec-typescript"

[workspace.dependencies.soroban-spec-tools]
version = "20.0.0-rc4"
version = "20.0.0"
path = "./cmd/crates/soroban-spec-tools"

[workspace.dependencies.soroban-sdk]
version = "20.0.0"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "822ce6cc3e461ccc925275b472d77b6ca35b2cd9"

[workspace.dependencies.soroban-token-sdk]
version = "20.0.0-rc2"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "822ce6cc3e461ccc925275b472d77b6ca35b2cd9"

[workspace.dependencies.soroban-ledger-snapshot]
version = "20.0.0"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "822ce6cc3e461ccc925275b472d77b6ca35b2cd9"

[workspace.dependencies.soroban-cli]
version = "20.0.0-rc4"
version = "20.0.0"
path = "cmd/soroban-cli"

[workspace.dependencies.stellar-xdr]
Expand Down

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

Loading

0 comments on commit dbce88f

Please sign in to comment.