less deps (#606)

This commit is contained in:
Squirrel
2021-09-12 22:22:14 +01:00
committed by GitHub
parent ce90615762
commit 127b2608ec
23 changed files with 273 additions and 652 deletions
-3
View File
@@ -34,9 +34,6 @@ cumulus-pallet-parachain-system = { path = "../../pallets/parachain-system", def
cumulus-primitives-core = { path = "../../primitives/core", default-features = false }
cumulus-primitives-timestamp = { path = "../../primitives/timestamp", default-features = false }
# Polkadot dependencies
polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" }
[build-dependencies]
substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }