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 = "pallet-example-basic"
version = "4.0.0-dev"
version = "27.0.0"
authors.workspace = true
edition.workspace = true
license = "MIT-0"
@@ -1,6 +1,6 @@
[package]
name = "pallet-default-config-example"
version = "4.0.0-dev"
version = "10.0.0"
authors.workspace = true
edition.workspace = true
license = "MIT-0"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "pallet-dev-mode"
version = "4.0.0-dev"
version = "10.0.0"
authors.workspace = true
edition.workspace = true
license = "MIT-0"
@@ -1,6 +1,6 @@
[package]
name = "pallet-example-offchain-worker"
version = "4.0.0-dev"
version = "28.0.0"
authors.workspace = true
edition.workspace = true
license = "MIT-0"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "pallet-example-split"
version = "4.0.0-dev"
version = "10.0.0"
authors.workspace = true
edition.workspace = true
license = "MIT-0"
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "pallet-example-tasks"
version = "1.0.0-dev"
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
@@ -24,7 +24,7 @@ frame-system = { path = "../../system", default-features = false }
sp-io = { path = "../../../primitives/io", default-features = false }
sp-runtime = { path = "../../../primitives/runtime", default-features = false }
sp-std = { path = "../../../primitives/std", default-features = false }
sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" }
sp-core = { default-features = false, path = "../../../primitives/core" }
frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true }