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 -1
View File
@@ -4,7 +4,7 @@ description = "Types and utilities for creating and working with parachains"
authors.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true
version = "1.0.0"
[dependencies]
# note: special care is taken to avoid inclusion of `sp-io` externals when compiling
@@ -1,7 +1,7 @@
[package]
name = "test-parachains"
description = "Integration tests using the test-parachains"
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
@@ -4,7 +4,7 @@ description = "Test parachain which adds to a number as its state transition"
build = "build.rs"
edition.workspace = true
license.workspace = true
version.workspace = true
version = "1.0.0"
authors.workspace = true
publish = false
@@ -2,7 +2,7 @@
name = "test-parachain-adder-collator"
description = "Collator for the adder test parachain"
publish = false
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
@@ -3,7 +3,7 @@ name = "test-parachain-halt"
description = "Test parachain which executes forever"
build = "build.rs"
publish = false
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
@@ -3,7 +3,7 @@ name = "test-parachain-undying"
description = "Test parachain for zombienet integration tests"
build = "build.rs"
publish = false
version.workspace = true
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
@@ -3,7 +3,7 @@ name = "test-parachain-undying-collator"
description = "Collator for the undying test parachain"
edition.workspace = true
license.workspace = true
version.workspace = true
version = "1.0.0"
authors.workspace = true
publish = false