Set polkadot version in one place (#6095)

* rust 1.64 enables workspace properties

* add edition, repository and authors.

* of course, update the version in one place.

Co-authored-by: Andronik <write@reusable.software>
This commit is contained in:
Squirrel
2022-12-05 11:36:16 +00:00
committed by GitHub
parent f2f5345ac2
commit be403051dc
84 changed files with 260 additions and 253 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-client"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
async-trait = "0.1.57"
@@ -1,8 +1,8 @@
[package]
name = "polkadot-node-collation-generation"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
futures = "0.3.21"
@@ -1,8 +1,8 @@
[package]
name = "polkadot-node-core-approval-voting"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
futures = "0.3.21"
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-node-core-av-store"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
futures = "0.3.21"
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-node-core-backing"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
futures = "0.3.21"
@@ -1,8 +1,8 @@
[package]
name = "polkadot-node-core-bitfield-signing"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
futures = "0.3.21"
@@ -1,8 +1,8 @@
[package]
name = "polkadot-node-core-candidate-validation"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
async-trait = "0.1.57"
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-node-core-chain-api"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
futures = "0.3.21"
@@ -1,9 +1,9 @@
[package]
name = "polkadot-node-core-chain-selection"
description = "Chain Selection Subsystem"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
futures = "0.3.21"
@@ -1,8 +1,8 @@
[package]
name = "polkadot-node-core-dispute-coordinator"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
futures = "0.3.21"
@@ -1,8 +1,8 @@
[package]
name = "polkadot-node-core-parachains-inherent"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
futures = "0.3.21"
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-node-core-provisioner"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-node-core-pvf-checker"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
futures = "0.3.21"
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-node-core-pvf"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[[bin]]
name = "puppet_worker"
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-node-core-runtime-api"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
futures = "0.3.21"
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "tracing-gum"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
description = "Stick logs together with the TraceID as provided by tempo"
[dependencies]
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "tracing-gum-proc-macro"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
description = "Generate an overseer including builder pattern and message wrapper from a single annotated struct definition."
[package.metadata.docs.rs]
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-node-jaeger"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
description = "Polkadot Jaeger primitives, but equally useful for Grafana/Tempo"
[dependencies]
+3 -3
View File
@@ -2,9 +2,9 @@
name = "polkadot-test-malus"
description = "Misbehaving nodes for local testnets, system and Simnet tests."
license = "GPL-3.0-only"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
readme = "README.md"
publish = false
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
name = "polkadot-node-metrics"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
description = "Subsystem metric helpers"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
futures = "0.3.21"
@@ -1,8 +1,8 @@
[package]
name = "polkadot-approval-distribution"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
polkadot-node-primitives = { path = "../../primitives" }
@@ -1,8 +1,8 @@
[package]
name = "polkadot-availability-distribution"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
futures = "0.3.21"
@@ -1,8 +1,8 @@
[package]
name = "polkadot-availability-recovery"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
futures = "0.3.21"
@@ -1,8 +1,8 @@
[package]
name = "polkadot-availability-bitfield-distribution"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
futures = "0.3.21"
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-network-bridge"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
always-assert = "0.1"
@@ -1,8 +1,8 @@
[package]
name = "polkadot-collator-protocol"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
always-assert = "0.1.2"
@@ -1,8 +1,8 @@
[package]
name = "polkadot-dispute-distribution"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
futures = "0.3.21"
@@ -1,8 +1,8 @@
[package]
name = "polkadot-gossip-support"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-node-network-protocol"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
description = "Primitives types for the Node-side"
[dependencies]
@@ -1,9 +1,9 @@
[package]
name = "polkadot-statement-distribution"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Statement Distribution Subsystem"
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
futures = "0.3.21"
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-overseer"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
client = { package = "sc-client-api", git = "https://github.com/paritytech/substrate", branch = "master" }
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
name = "polkadot-node-primitives"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
description = "Primitives types for the Node-side"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
bounded-vec = "0.6"
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
name = "polkadot-service"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
rust-version = "1.60"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
# Substrate Client
@@ -1,9 +1,9 @@
[package]
name = "polkadot-node-subsystem-test-helpers"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
description = "Subsystem traits and message definitions"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
async-trait = "0.1.57"
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
name = "polkadot-node-subsystem-types"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
description = "Subsystem traits and message definitions"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
derive_more = "0.99.17"
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
name = "polkadot-node-subsystem-util"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
description = "Subsystem traits and message definitions"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
async-trait = "0.1.57"
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
name = "polkadot-node-subsystem"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
description = "Subsystem traits and message definitions and the generated overseer"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
polkadot-overseer = { path = "../overseer" }
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-test-client"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
parity-scale-codec = { version = "3.1.5", default-features = false, features = ["derive"] }
@@ -1,8 +1,8 @@
[package]
name = "polkadot-performance-test"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
thiserror = "1.0.31"
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-test-service"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
futures = "0.3.21"
@@ -2,11 +2,11 @@
name = "zombienet-backchannel"
description = "Zombienet backchannel to notify test runner and coordinate with malus actors."
license = "GPL-3.0-only"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
readme = "README.md"
publish = false
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
tokio = { version = "1.22.0", default-features = false, features = ["macros", "net", "rt-multi-thread", "sync"] }