Skip to content

Commit

Permalink
cleaned up some leftover dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Aug 24, 2023
1 parent 12f78ed commit d080801
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 86 deletions.
106 changes: 50 additions & 56 deletions Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ path = "src/builtin_func_features.rs"
version = "0.43.2"
path = "../../../../framework/base"

[dependencies.multiversx-sc-wasm-adapter]
version = "0.43.2"
path = "../../../../framework/wasm-adapter"
optional = true

[dev-dependencies.multiversx-sc-scenario]
version = "0.43.2"
path = "../../../../framework/scenario"
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ path = "src/forwarder_raw.rs"
version = "0.43.2"
path = "../../../../framework/base"

[dependencies.multiversx-sc-wasm-adapter]
version = "0.43.2"
path = "../../../../framework/wasm-adapter"
optional = true

[dev-dependencies.multiversx-sc-scenario]
version = "0.43.2"
path = "../../../../framework/scenario"
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ version = "0.43.2"
path = "../../../../framework/base"
features = ["promises"]

[dependencies.multiversx-sc-wasm-adapter]
version = "0.43.2"
path = "../../../../framework/wasm-adapter"
optional = true

[dev-dependencies.multiversx-sc-scenario]
version = "0.43.2"
path = "../../../../framework/scenario"
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ version = "0.43.2"
path = "../../../../framework/base"
features = ["alloc"]

[dependencies.multiversx-sc-wasm-adapter]
version = "0.43.2"
path = "../../../../framework/wasm-adapter"
optional = true

[dev-dependencies.multiversx-sc-scenario]
version = "0.43.2"
path = "../../../../framework/scenario"
Loading

0 comments on commit d080801

Please sign in to comment.