relay-chain-interface: Do not depend on polkadot-service (#2287)

This commit is contained in:
Bastian Köcher
2023-03-07 15:17:05 +01:00
committed by GitHub
parent 4831e96de8
commit d17fbba4e4
8 changed files with 17 additions and 33 deletions
@@ -6,7 +6,6 @@ edition = "2021"
[dependencies]
polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" }
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" }
cumulus-primitives-core = { path = "../../primitives/core" }