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:
Alexander Theißen
2022-06-17 21:32:39 +02:00
committed by GitHub
parent 2e52ce29e9
commit e5810bb5fd
3 changed files with 1 additions and 9 deletions
-4
View File
@@ -9,10 +9,6 @@ repository = "https://github.com/paritytech/cumulus/"
edition = "2021"
build = "build.rs"
[[bin]]
name = "parachain-collator"
path = "src/main.rs"
[dependencies]
clap = { version = "3.2.5", features = ["derive"] }
derive_more = "0.99.2"