Skip to content

Commit

Permalink
version updated and tested
Browse files Browse the repository at this point in the history
  • Loading branch information
sagars committed Aug 29, 2024
1 parent 6d67002 commit 73ad26c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
]

[workspace.dependencies]
soroban-sdk = "20.3.2"
soroban-sdk = "21.6.0"

[profile.release]
opt-level = "z"
Expand Down
2 changes: 1 addition & 1 deletion contracts/balanced_doller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ testutils = ["soroban-sdk/testutils"]

[dependencies]
soroban-sdk = { workspace = true }
soroban-token-sdk = { version = "20.3.2" }
soroban-token-sdk = { version = "21.6.0" }
soroban-rlp = { path = "../../libs/soroban-rlp" }

[dev-dependencies]
Expand Down

0 comments on commit 73ad26c

Please sign in to comment.