Skip to content

Commit

Permalink
Merge pull request #32 from ElrondNetwork/new-dependencies-refactor
Browse files Browse the repository at this point in the history
New dependencies refactor
  • Loading branch information
claudiulataretu authored Apr 20, 2021
2 parents ddcf545 + 32d0a16 commit 2af0a6c
Show file tree
Hide file tree
Showing 15 changed files with 173 additions and 235 deletions.
8 changes: 4 additions & 4 deletions elrond_dex_pair/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ path = "src/lib.rs"
wasm-output-mode = [ "elrond-wasm-node",]

[dependencies.elrond-wasm]
version = "0.14"
version = "0.15"

[dependencies.elrond-wasm-derive]
version = "0.14"
version = "0.15"

[dependencies.elrond-wasm-node]
version = "0.14"
version = "0.15"
optional = true

[dev-dependencies.elrond-wasm-debug]
version = "0.14"
version = "0.15"
5 changes: 3 additions & 2 deletions elrond_dex_pair/abi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ publish = false
path = ".."

[dependencies.elrond-wasm]
version = "0.14"
version = "0.15"

[dependencies.elrond-wasm-debug]
version = "0.14"
version = "0.15"

Loading

0 comments on commit 2af0a6c

Please sign in to comment.