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
+3 -3
View File
@@ -3,10 +3,10 @@ description = "Substrate network protocol"
name = "sc-network"
version = "0.10.0-dev"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
documentation = "https://docs.rs/sc-network"
readme = "README.md"
+3 -3
View File
@@ -3,10 +3,10 @@ description = "Substrate bitswap protocol"
name = "sc-network-bitswap"
version = "0.10.0-dev"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
documentation = "https://docs.rs/sc-network-bitswap"
[package.metadata.docs.rs]
+3 -3
View File
@@ -3,10 +3,10 @@ description = "Substrate network common"
name = "sc-network-common"
version = "0.10.0-dev"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
documentation = "https://docs.rs/sc-network-sync"
[package.metadata.docs.rs]
+3 -3
View File
@@ -3,10 +3,10 @@ description = "Substrate light network protocol"
name = "sc-network-light"
version = "0.10.0-dev"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
documentation = "https://docs.rs/sc-network-light"
[package.metadata.docs.rs]
@@ -3,10 +3,10 @@ description = "Substrate statement protocol"
name = "sc-network-statement"
version = "0.10.0-dev"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
documentation = "https://docs.rs/sc-network-statement"
[package.metadata.docs.rs]
+3 -3
View File
@@ -3,10 +3,10 @@ description = "Substrate sync network protocol"
name = "sc-network-sync"
version = "0.10.0-dev"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
documentation = "https://docs.rs/sc-network-sync"
[package.metadata.docs.rs]
+3 -3
View File
@@ -3,11 +3,11 @@ description = "Integration tests for Substrate network protocol"
name = "sc-network-test"
version = "0.8.0"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
publish = false
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
@@ -3,10 +3,10 @@ description = "Substrate transaction protocol"
name = "sc-network-transactions"
version = "0.10.0-dev"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
authors.workspace = true
edition.workspace = true
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
repository.workspace = true
documentation = "https://docs.rs/sc-network-transactions"
[package.metadata.docs.rs]