Skip to content

Commit

Permalink
Update soroban-env-*, soroban-sdk-*
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Dec 20, 2023
1 parent 6553afb commit f29f348
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ exclude = ["cmd/crates/soroban-test/tests/fixtures/hello"]
version = "20.0.2"

[workspace.dependencies.soroban-env-host]
version = "=20.0.1"
version = "=20.0.2"
git = "https://github.com/stellar/rs-soroban-env"
rev = "79df2fd852c05739bc2a85b7feef3510d5aaed81"
rev = "81f6eb1eefd299af3e03fa0db7b20eb355b2b55f"

[workspace.dependencies.soroban-spec]
version = "=20.0.2"
version = "=20.0.3"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "3fb64df17366511963a875c1bbe239b2b04957d3"
rev = "93b09e42e4efa841cbd034c0bff0dc362765086c"
# path = "../rs-soroban-sdk/soroban-spec"

[workspace.dependencies.soroban-spec-rust]
version = "=20.0.2"
version = "=20.0.3"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "3fb64df17366511963a875c1bbe239b2b04957d3"
rev = "93b09e42e4efa841cbd034c0bff0dc362765086c"
# path = "../rs-soroban-sdk/soroban-spec-rust"

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

[workspace.dependencies.soroban-sdk]
version = "=20.0.2"
version = "=20.0.3"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "3fb64df17366511963a875c1bbe239b2b04957d3"
rev = "93b09e42e4efa841cbd034c0bff0dc362765086c"

[workspace.dependencies.soroban-token-sdk]
version = "=20.0.2"
version = "=20.0.3"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "3fb64df17366511963a875c1bbe239b2b04957d3"
rev = "93b09e42e4efa841cbd034c0bff0dc362765086c"

[workspace.dependencies.soroban-ledger-snapshot]
version = "=20.0.2"
version = "=20.0.3"
git = "https://github.com/stellar/rs-soroban-sdk"
rev = "3fb64df17366511963a875c1bbe239b2b04957d3"
rev = "93b09e42e4efa841cbd034c0bff0dc362765086c"

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

0 comments on commit f29f348

Please sign in to comment.