Skip to content

Commit

Permalink
Downgrade wegld-swap to integrate with xexchange
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Oct 4, 2023
1 parent 4a3b26c commit d33a4e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions contracts/wegld-swap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ edition = "2021"
[lib]
path = "src/wegld.rs"
[dependencies.multiversx-sc]
version = "0.43.4"
version = "0.43.3"

[dependencies.multiversx-sc-modules]
version = "0.43.4"
version = "0.43.3"
[dev-dependencies.multiversx-sc-scenario]
version = "0.43.4"
version = "0.43.3"
4 changes: 2 additions & 2 deletions contracts/wegld-swap/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
path = ".."

[dependencies.multiversx-sc]
version = "0.43.4"
version = "0.43.3"

[dependencies.multiversx-sc-meta]
version = "0.43.4"
version = "0.43.3"
2 changes: 1 addition & 1 deletion contracts/wegld-swap/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ panic = "abort"
path = ".."

[dependencies.multiversx-sc-wasm-adapter]
version = "0.43.4"
version = "0.43.3"

0 comments on commit d33a4e7

Please sign in to comment.