Skip to content

Commit

Permalink
Bump sdk to 21.6.0 (#324)
Browse files Browse the repository at this point in the history
* Bump sdk to 21.6.0

* Use register_stellar_asset_contract_v2
  • Loading branch information
sisuresh authored Aug 21, 2024
1 parent f42ae73 commit e595983
Show file tree
Hide file tree
Showing 69 changed files with 733 additions and 699 deletions.
40 changes: 20 additions & 20 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 @@ -9,10 +9,10 @@ crate-type = ["cdylib"]
doctest = false

[dependencies]
soroban-sdk = { version = "21.4.0" }
soroban-sdk = { version = "21.6.0" }

[dev-dependencies]
soroban-sdk = { version = "21.4.0", features = ["testutils"] }
soroban-sdk = { version = "21.6.0", features = ["testutils"] }
ed25519-dalek = { version = "1.0.1" }
rand = { version = "0.7.3" }

Expand Down
40 changes: 20 additions & 20 deletions alloc/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 alloc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ crate-type = ["cdylib"]
doctest = false

[dependencies]
soroban-sdk = { version = "21.4.0", features = ["alloc"] }
soroban-sdk = { version = "21.6.0", features = ["alloc"] }

[dev-dependencies]
soroban-sdk = { version = "21.4.0", features = ["testutils", "alloc"] }
soroban-sdk = { version = "21.6.0", features = ["testutils", "alloc"] }

[profile.release]
opt-level = "z"
Expand Down
40 changes: 20 additions & 20 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 @@ -9,10 +9,10 @@ crate-type = ["cdylib"]
doctest = false

[dependencies]
soroban-sdk = { version = "21.4.0" }
soroban-sdk = { version = "21.6.0" }

[dev-dependencies]
soroban-sdk = { version = "21.4.0", features = ["testutils"] }
soroban-sdk = { version = "21.6.0", features = ["testutils"] }
assert_unordered = "0.3.5"

[profile.release]
Expand Down
Loading

0 comments on commit e595983

Please sign in to comment.