mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
Remove redundant binary specification (#1303)
* Remove redundant binary specification * Update polkadot-launch config Co-authored-by: joepetrowski <joe@parity.io>
This commit is contained in:
committed by
GitHub
parent
48b8b1734c
commit
3e67ab361c
@@ -9,10 +9,6 @@ repository = "https://github.com/paritytech/cumulus/"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[[bin]]
|
|
||||||
name = "parachain-collator"
|
|
||||||
path = "src/main.rs"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "3.2.5", features = ["derive"] }
|
clap = { version = "3.2.5", features = ["derive"] }
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.2"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
},
|
},
|
||||||
"parachains": [
|
"parachains": [
|
||||||
{
|
{
|
||||||
"bin": "../target/release/parachain-collator",
|
"bin": "../target/release/polkadot-parachain",
|
||||||
"id": "200",
|
"id": "200",
|
||||||
"balance": "1000000000000000000000",
|
"balance": "1000000000000000000000",
|
||||||
"nodes": [
|
"nodes": [
|
||||||
|
|||||||
@@ -6,10 +6,6 @@ build = "build.rs"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Runs a polkadot parachain node which could be a collator."
|
description = "Runs a polkadot parachain node which could be a collator."
|
||||||
|
|
||||||
[[bin]]
|
|
||||||
name = "polkadot-parachain"
|
|
||||||
path = "src/main.rs"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.56"
|
async-trait = "0.1.56"
|
||||||
clap = { version = "3.2.5", features = ["derive", "deprecated"] }
|
clap = { version = "3.2.5", features = ["derive", "deprecated"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user