package naming conflict fixed (#753)

This commit is contained in:
Ignacio Palacios
2021-11-12 14:20:53 +01:00
committed by GitHub
parent 8c33738eec
commit 1900e2e0d0
3 changed files with 5 additions and 5 deletions
Generated
+3 -3
View File
@@ -6527,7 +6527,7 @@ dependencies = [
"polkadot-parachain",
"polkadot-primitives",
"polkadot-service",
"rococo-runtime 0.1.0",
"rococo-parachain-runtime",
"sc-basic-authorship",
"sc-chain-spec",
"sc-cli",
@@ -7424,7 +7424,7 @@ dependencies = [
"polkadot-runtime",
"polkadot-runtime-parachains",
"polkadot-statement-distribution",
"rococo-runtime 0.9.12",
"rococo-runtime",
"sc-authority-discovery",
"sc-basic-authorship",
"sc-block-builder",
@@ -8258,7 +8258,7 @@ dependencies = [
]
[[package]]
name = "rococo-runtime"
name = "rococo-parachain-runtime"
version = "0.1.0"
dependencies = [
"cumulus-pallet-aura-ext",
+1 -1
View File
@@ -19,7 +19,7 @@ hex-literal = "0.2.1"
async-trait = "0.1.42"
# Parachain runtimes
rococo-parachain-runtime = { package = "rococo-runtime", path = "rococo" }
rococo-parachain-runtime = { package = "rococo-parachain-runtime", path = "rococo" }
shell-runtime = { path = "shell" }
statemint-runtime = { path = "statemint" }
statemine-runtime = { path = "statemine" }
+1 -1
View File
@@ -1,5 +1,5 @@
[package]
name = 'rococo-runtime'
name = 'rococo-parachain-runtime'
version = '0.1.0'
authors = ["Parity Technologies <admin@parity.io>"]
edition = '2018'