Sync Cargo.toml and crates.io versions (#3034)

Related https://github.com/paritytech/polkadot-sdk/issues/3032

---

Using https://github.com/liamaharon/cargo-workspace-version-tools/ 

`cargo run -- sync --path ../polkadot-sdk`

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
Liam Aharon
2024-01-27 05:14:03 +11:00
committed by GitHub
parent dd45c94908
commit 3717ec3802
393 changed files with 1250 additions and 1250 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "parachains-common"
version = "1.0.0"
version = "7.0.0"
authors.workspace = true
edition.workspace = true
description = "Logic which is common to all parachain runtimes"
@@ -1,6 +1,6 @@
[package]
name = "emulated-integration-tests-common"
version = "1.0.0"
version = "3.0.0"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
@@ -1,6 +1,6 @@
[package]
name = "pallet-collective-content"
version = "0.1.0"
version = "0.6.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
description = "Managed content"
@@ -2,7 +2,7 @@
authors.workspace = true
edition.workspace = true
name = "staging-parachain-info"
version = "0.1.0"
version = "0.7.0"
license = "Apache-2.0"
description = "Pallet to store the parachain ID"
+1 -1
View File
@@ -2,7 +2,7 @@
authors.workspace = true
edition.workspace = true
name = "cumulus-ping"
version = "0.1.0"
version = "0.7.0"
license = "Apache-2.0"
description = "Ping Pallet for Cumulus XCM/UMP testing."
@@ -1,6 +1,6 @@
[package]
name = "asset-hub-rococo-runtime"
version = "0.9.420"
version = "0.11.0"
authors.workspace = true
edition.workspace = true
description = "Rococo variant of Asset Hub parachain runtime"
@@ -1,6 +1,6 @@
[package]
name = "asset-hub-westend-runtime"
version = "0.9.420"
version = "0.15.0"
authors.workspace = true
edition.workspace = true
description = "Westend variant of Asset Hub parachain runtime"
@@ -1,6 +1,6 @@
[package]
name = "assets-common"
version = "0.1.0"
version = "0.7.0"
authors.workspace = true
edition.workspace = true
description = "Assets common utilities"
@@ -1,6 +1,6 @@
[package]
name = "asset-test-utils"
version = "1.0.0"
version = "7.0.0"
authors.workspace = true
edition.workspace = true
description = "Test utils for Asset Hub runtimes."
@@ -1,6 +1,6 @@
[package]
name = "bridge-hub-rococo-runtime"
version = "0.1.0"
version = "0.5.0"
authors.workspace = true
edition.workspace = true
description = "Rococo's BridgeHub parachain runtime"
@@ -1,6 +1,6 @@
[package]
name = "bridge-hub-westend-runtime"
version = "0.1.0"
version = "0.2.0"
authors.workspace = true
edition.workspace = true
description = "Westend's BridgeHub parachain runtime"
@@ -1,6 +1,6 @@
[package]
name = "bridge-hub-common"
version = "0.1.0"
version = "0.0.0"
authors.workspace = true
edition.workspace = true
description = "Bridge hub common utilities"
@@ -1,6 +1,6 @@
[package]
name = "bridge-hub-test-utils"
version = "0.1.0"
version = "0.7.0"
authors.workspace = true
edition.workspace = true
description = "Utils for BridgeHub testing"
@@ -1,6 +1,6 @@
[package]
name = "collectives-westend-runtime"
version = "1.0.0"
version = "3.0.0"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
@@ -1,6 +1,6 @@
[package]
name = "contracts-rococo-runtime"
version = "0.2.0"
version = "0.8.0"
description = "Parachain testnet runtime for FRAME Contracts pallet."
authors.workspace = true
edition.workspace = true
@@ -1,6 +1,6 @@
[package]
name = "glutton-westend-runtime"
version = "1.0.0"
version = "3.0.0"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
@@ -1,6 +1,6 @@
[package]
name = "seedling-runtime"
version = "0.1.0"
version = "0.7.0"
description = "Seedling parachain runtime. A starter runtime for solochain to parachain migration."
authors.workspace = true
edition.workspace = true
@@ -1,6 +1,6 @@
[package]
name = "shell-runtime"
version = "0.1.0"
version = "0.7.0"
description = "A minimal runtime to test Relay Chain consensus."
authors.workspace = true
edition.workspace = true
@@ -1,6 +1,6 @@
[package]
name = "parachains-runtimes-test-utils"
version = "1.0.0"
version = "7.0.0"
authors.workspace = true
edition.workspace = true
description = "Utils for Runtimes testing"
@@ -1,6 +1,6 @@
[package]
name = "penpal-runtime"
version = "0.9.27"
version = "0.14.0"
authors = ["Anonymous"]
description = "A parachain for communication back and forth with XCM of assets and uniques."
license = "Unlicense"
@@ -1,6 +1,6 @@
[package]
name = "rococo-parachain-runtime"
version = "0.1.0"
version = "0.6.0"
authors.workspace = true
edition.workspace = true
description = "Simple runtime used by the rococo parachain(s)"