Skip to content

Commit

Permalink
Bump sdk to 20.2.0 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh authored Jan 19, 2024
1 parent b4a2427 commit c09e40d
Show file tree
Hide file tree
Showing 49 changed files with 580 additions and 580 deletions.
44 changes: 22 additions & 22 deletions account/Cargo.lock

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

4 changes: 2 additions & 2 deletions account/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ crate-type = ["cdylib"]
doctest = false

[dependencies]
soroban-sdk = { version = "20.0.0" }
soroban-sdk = { version = "20.2.0" }

[dev_dependencies]
soroban-sdk = { version = "20.0.0", features = ["testutils"] }
soroban-sdk = { version = "20.2.0", features = ["testutils"] }
ed25519-dalek = { version = "1.0.1" }
rand = { version = "0.7.3" }

Expand Down
44 changes: 22 additions & 22 deletions atomic_multiswap/Cargo.lock

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

4 changes: 2 additions & 2 deletions atomic_multiswap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ crate-type = ["cdylib"]
doctest = false

[dependencies]
soroban-sdk = { version = "20.0.0" }
soroban-sdk = { version = "20.2.0" }

[dev_dependencies]
soroban-sdk = { version = "20.0.0", features = ["testutils"] }
soroban-sdk = { version = "20.2.0", features = ["testutils"] }
assert_unordered = "0.3.5"

[profile.release]
Expand Down
Loading

0 comments on commit c09e40d

Please sign in to comment.