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
+10 -4
View File
@@ -6,11 +6,17 @@ path = "src/main.rs"
name = "polkadot"
description = "Implementation of a `https://polkadot.network` node in Rust based on the Substrate framework."
license = "GPL-3.0-only"
version = "0.9.33"
rust-version = "1.64.0" # workspace properties
readme = "README.md"
authors.workspace = true
edition.workspace = true
version.workspace = true
[workspace.package]
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
rust-version = "1.57.0" # custom profiles
readme = "README.md"
repository = "https://github.com/paritytech/polkadot.git"
version = "0.9.33"
[dependencies]
polkadot-cli = { path = "cli", features = [ "kusama-native", "westend-native", "rococo-native" ] }
@@ -24,7 +30,7 @@ tempfile = "3.2.0"
tokio = "1.22.0"
substrate-rpc-client = { git = "https://github.com/paritytech/substrate", branch = "master" }
polkadot-core-primitives = { path = "core-primitives" }
[workspace]
members = [
"cli",
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
name = "polkadot-cli"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Polkadot Relay-chain Client Node"
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[package.metadata.wasm-pack.profile.release]
# `wasm-opt` has some problems on Linux, see
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-core-primitives"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-erasure-coding"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
polkadot-primitives = { path = "../primitives" }
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "erasure_coding_fuzzer"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
polkadot-erasure-coding = { path = ".." }
+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"] }
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
name = "polkadot-parachain"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Types and utilities for creating and working with parachains"
edition = "2021"
authors.workspace = true
edition.workspace = true
version.workspace = true
[dependencies]
# note: special care is taken to avoid inclusion of `sp-io` externals when compiling
@@ -1,9 +1,9 @@
[package]
name = "test-parachains"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Integration tests using the test-parachains"
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
@@ -1,10 +1,10 @@
[package]
name = "test-parachain-adder"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Test parachain which adds to a number as its state transition"
edition = "2021"
build = "build.rs"
edition.workspace = true
version.workspace = true
authors.workspace = true
[dependencies]
parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] }
@@ -1,9 +1,9 @@
[package]
name = "test-parachain-adder-collator"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Collator for the adder test parachain"
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[[bin]]
name = "adder-collator"
@@ -1,10 +1,10 @@
[package]
name = "test-parachain-halt"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Test parachain which executes forever"
edition = "2021"
build = "build.rs"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
@@ -1,10 +1,10 @@
[package]
name = "test-parachain-undying"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Test parachain for zombienet integration tests"
edition = "2021"
build = "build.rs"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] }
@@ -1,9 +1,9 @@
[package]
name = "test-parachain-undying-collator"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Collator for the undying test parachain"
edition = "2021"
edition.workspace = true
version.workspace = true
authors.workspace = true
[[bin]]
name = "undying-collator"
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-primitives"
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-primitives-test-helpers"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-rpc"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
jsonrpsee = { version = "0.15.1", features = ["server"] }
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-runtime-common"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
impl-trait-for-tuples = "0.2.2"
@@ -1,8 +1,8 @@
[package]
name = "slot-range-helper"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
paste = "1.0"
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
name = "kusama-runtime"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
build = "build.rs"
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 = "kusama-runtime-constants"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
smallvec = "1.8.0"
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-runtime-metrics"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
sp-std = { package = "sp-std", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false}
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-runtime-parachains"
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,9 +1,9 @@
[package]
name = "polkadot-runtime"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
build = "build.rs"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
@@ -1,8 +1,8 @@
[package]
name = "polkadot-runtime-constants"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
smallvec = "1.8.0"
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
name = "rococo-runtime"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
build = "build.rs"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
parity-scale-codec = { version = "3.1.5", default-features = false, features = ["derive", "max-encoded-len"] }
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "rococo-runtime-constants"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
smallvec = "1.8.0"
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
name = "polkadot-test-runtime"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
build = "build.rs"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
@@ -1,8 +1,8 @@
[package]
name = "test-runtime-constants"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
smallvec = "1.8.0"
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
name = "westend-runtime"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
build = "build.rs"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
@@ -1,8 +1,8 @@
[package]
name = "westend-runtime-constants"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
smallvec = "1.8.0"
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-statement-table"
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"] }
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "polkadot-voter-bags"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
clap = { version = "4.0.9", features = ["derive"] }
@@ -1,8 +1,8 @@
[package]
name = "remote-ext-tests-bags-list"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
polkadot-runtime = { path = "../../../runtime/polkadot" }
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "staking-miner"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0" }
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
name = "xcm"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
description = "The basic XCM datastructures."
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
impl-trait-for-tuples = "0.2.2"
@@ -1,8 +1,8 @@
[package]
name = "pallet-xcm-benchmarks"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version = "0.9.33"
authors.workspace = true
edition.workspace = true
version.workspace = true
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
+4 -3
View File
@@ -1,8 +1,9 @@
[package]
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
name = "pallet-xcm"
version = "0.9.33"
authors.workspace = true
edition.workspace = true
version.workspace = true
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
authors = ["Parity Technologies <admin@parity.io>"]
name = "xcm-procedural"
version = "0.9.33"
edition = "2021"
authors.workspace = true
edition.workspace = true
version.workspace = true
[lib]
proc-macro = true
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
name = "xcm-builder"
description = "Tools & types for building with XCM and its executor."
version = "0.9.33"
authors.workspace = true
edition.workspace = true
version.workspace = true
[dependencies]
parity-scale-codec = { version = "3.1.5", default-features = false, features = ["derive"] }
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
name = "xcm-executor"
description = "An abstract and configurable XCM message executor."
version = "0.9.33"
authors.workspace = true
edition.workspace = true
version.workspace = true
[dependencies]
impl-trait-for-tuples = "0.2.2"
@@ -1,9 +1,9 @@
[package]
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
name = "xcm-executor-integration-tests"
description = "Integration tests for the XCM Executor"
version = "0.9.33"
authors.workspace = true
edition.workspace = true
version.workspace = true
[dependencies]
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
name = "xcm-simulator"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Test kit to simulate cross-chain message passing and XCM execution"
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0" }
@@ -1,9 +1,9 @@
[package]
name = "xcm-simulator-example"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Examples of xcm-simulator usage."
edition = "2021"
authors.workspace = true
edition.workspace = true
version.workspace = true
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0" }
+3 -3
View File
@@ -1,9 +1,9 @@
[package]
name = "xcm-simulator-fuzzer"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Examples of xcm-simulator usage."
edition = "2021"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0" }