Skip to content

Commit

Permalink
Update stellar-xdr, soroban-env-*, soroban-sdk-*, stellar-rpc-client (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Jul 16, 2024
1 parent 0948120 commit 6dd8ea7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ version = "21.1.1"
rust-version = "1.79.0"

[workspace.dependencies.soroban-env-host]
version = "=21.1.2"
version = "=21.2.0"

[workspace.dependencies.soroban-simulation]
version = "21.1.2"
version = "21.2.0"

[workspace.dependencies.soroban-spec]
version = "=21.1.1"
version = "=21.2.0"

[workspace.dependencies.soroban-spec-rust]
version = "=21.1.1"
version = "=21.2.0"

[workspace.dependencies.soroban-spec-json]
version = "=21.1.1"
Expand All @@ -39,24 +39,24 @@ version = "21.1.1"
path = "./cmd/crates/soroban-spec-tools"

[workspace.dependencies.soroban-sdk]
version = "=21.1.1"
version = "=21.2.0"

[workspace.dependencies.soroban-token-sdk]
version = "=21.1.1"
version = "=21.2.0"

[workspace.dependencies.soroban-ledger-snapshot]
version = "=21.1.1"
version = "=21.2.0"

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

[workspace.dependencies.soroban-rpc]
package = "stellar-rpc-client"
version = "21.3.1"
version = "21.4.0"

[workspace.dependencies.stellar-xdr]
version = "21.1.0"
version = "21.2.0"
default-features = true

[workspace.dependencies]
Expand Down

0 comments on commit 6dd8ea7

Please sign in to comment.