Fix rococo naming for master (#776)

* package naming conflict fixed (#753)

* Fix rococo naming

Co-authored-by: Ignacio Palacios <ignacio.palacios.santos@gmail.com>
This commit is contained in:
Chevdor
2021-11-22 13:58:15 +01:00
committed by GitHub
parent d85a3a937f
commit 5d91815914
7 changed files with 7 additions and 7 deletions
Generated
+3 -3
View File
@@ -6700,7 +6700,7 @@ dependencies = [
"polkadot-parachain",
"polkadot-primitives",
"polkadot-service",
"rococo-runtime 0.1.0",
"rococo-parachain-runtime",
"sc-basic-authorship",
"sc-chain-spec",
"sc-cli",
@@ -7585,7 +7585,7 @@ dependencies = [
"polkadot-runtime",
"polkadot-runtime-parachains",
"polkadot-statement-distribution",
"rococo-runtime 0.9.13",
"rococo-runtime",
"sc-authority-discovery",
"sc-basic-authorship",
"sc-block-builder",
@@ -8446,7 +8446,7 @@ dependencies = [
]
[[package]]
name = "rococo-runtime"
name = "rococo-parachain-runtime"
version = "0.1.0"
dependencies = [
"cumulus-pallet-aura-ext",