Fix build profiles (#1229)

* Fix build profiles

Closes https://github.com/paritytech/polkadot-sdk/issues/1155

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Manually set version to 1.0.0

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Use workspace repo

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* 'Authors and Edition from workspace

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
Oliver Tale-Yazdi
2023-08-29 13:39:41 +02:00
committed by GitHub
parent c80f76f187
commit dcda0e50f5
445 changed files with 1140 additions and 1150 deletions
@@ -1,6 +1,6 @@
[package]
name = "polkadot-node-core-approval-voting"
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "polkadot-node-core-av-store"
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "polkadot-node-core-backing"
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
@@ -1,6 +1,6 @@
[package]
name = "polkadot-node-core-bitfield-signing"
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
@@ -1,7 +1,7 @@
[package]
name = "polkadot-node-core-candidate-validation"
description = "Polkadot crate that implements the Candidate Validation subsystem. Handles requests to validate candidates according to a PVF."
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "polkadot-node-core-chain-api"
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
@@ -1,7 +1,7 @@
[package]
name = "polkadot-node-core-chain-selection"
description = "Chain Selection Subsystem"
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
@@ -1,6 +1,6 @@
[package]
name = "polkadot-node-core-dispute-coordinator"
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
@@ -1,6 +1,6 @@
[package]
name = "polkadot-node-core-parachains-inherent"
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
@@ -1,6 +1,6 @@
[package]
name = "polkadot-node-core-prospective-parachains"
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "polkadot-node-core-provisioner"
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "polkadot-node-core-pvf-checker"
description = "Polkadot crate that implements the PVF pre-checking subsystem. Responsible for checking and voting for PVFs that are pending approval."
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "polkadot-node-core-pvf"
description = "Polkadot crate that implements the PVF validation host. Responsible for coordinating preparation and execution of PVFs."
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "polkadot-node-core-pvf-common"
description = "Polkadot crate that contains functionality related to PVFs that is shared by the PVF host and the PVF workers."
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
@@ -1,7 +1,7 @@
[package]
name = "polkadot-node-core-pvf-execute-worker"
description = "Polkadot crate that contains the logic for executing PVFs. Used by the polkadot-execute-worker binary."
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
@@ -1,7 +1,7 @@
[package]
name = "polkadot-node-core-pvf-prepare-worker"
description = "Polkadot crate that contains the logic for preparing PVFs. Used by the polkadot-prepare-worker binary."
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "polkadot-node-core-runtime-api"
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true