Removed unneeded deps (#3658)

* Removed unneeded deps (except under bridge)

Co-authored-by: Andronik Ordian <write@reusable.software>
This commit is contained in:
Squirrel
2021-08-30 18:18:33 +01:00
committed by GitHub
parent 2c1e9da46c
commit 80f8c5106e
28 changed files with 28 additions and 227 deletions
@@ -7,7 +7,6 @@ edition = "2018"
[dependencies]
codec = { package = "parity-scale-codec", version = "2.0.0" }
paste = "1.0.5"
frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master" }
@@ -22,6 +21,6 @@ xcm-simulator = { path = "../" }
xcm-executor = { path = "../../xcm-executor" }
xcm-builder = { path = "../../xcm-builder" }
pallet-xcm = { path = "../../pallet-xcm" }
polkadot-core-primitives = { path = "../../../core-primitives"}
polkadot-core-primitives = { path = "../../../core-primitives" }
polkadot-runtime-parachains = { path = "../../../runtime/parachains" }
polkadot-parachain = { path = "../../../parachain" }