Update to latest Substrate & Polkadot and also move cli crate (#365)

This commit is contained in:
Bastian Köcher
2021-03-12 14:39:58 +01:00
committed by GitHub
parent 64061a4117
commit 8211ce13df
6 changed files with 200 additions and 228 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "maste
jsonrpc-core = "15.1.0"
# Cumulus dependencies
cumulus-cli = { path = "../cli" }
cumulus-client-cli = { path = "../client/cli" }
cumulus-client-consensus-relay-chain = { path = "../client/consensus/relay-chain" }
cumulus-client-collator = { path = "../client/collator" }
cumulus-client-service = { path = "../client/service" }