Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
rename package to avoid name clash (#1716)
Browse files Browse the repository at this point in the history
Co-authored-by: Bastian Köcher <info@kchr.de>
  • Loading branch information
gilescope and bkchr authored Nov 7, 2022
1 parent 670945d commit 20ed6c4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 24 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion polkadot-parachain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[package]
name = "polkadot-parachain"
name = "polkadot-parachain-bin"
version = "0.9.300"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
edition = "2021"
description = "Runs a polkadot parachain node which could be a collator."

[[bin]]
name = "polkadot-parachain"
path = "src/main.rs"

[dependencies]
async-trait = "0.1.58"
clap = { version = "4.0.17", features = ["derive"] }
Expand Down

0 comments on commit 20ed6c4

Please sign in to comment.