Skip to content

Commit

Permalink
Bump SDK dependency (#1825)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc authored Jan 9, 2025
1 parent b60196f commit c928006
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 35 deletions.
57 changes: 29 additions & 28 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,29 +41,29 @@ path = "./cmd/crates/soroban-spec-tools"

# Dependencies from the rs-stellar-xdr repo:
[workspace.dependencies.stellar-xdr]
version = "=22.0.0-rc.1.1"
version = "=22.1.0"
default-features = true

# Dependencies from the rs-soroban-sdk repo:
[workspace.dependencies.soroban-spec]
version = "=22.0.0-rc.3"
version = "=22.0.4"

[workspace.dependencies.soroban-spec-rust]
version = "=22.0.0-rc.3"
version = "=22.0.4"

[workspace.dependencies.soroban-sdk]
version = "=22.0.0-rc.3"
version = "=22.0.4"

[workspace.dependencies.soroban-token-sdk]
version = "=22.0.0-rc.3"
version = "=22.0.4"

[workspace.dependencies.soroban-ledger-snapshot]
version = "=22.0.0-rc.3"
version = "=22.0.4"

# Dependencies from the rs-stellar-rpc-client repo:
[workspace.dependencies.soroban-rpc]
package = "stellar-rpc-client"
version = "=22.0.0-rc.1"
version = "=22.0.0"

# Dependencies from elsewhere shared by crates:
[workspace.dependencies]
Expand Down

0 comments on commit c928006

Please sign in to comment.