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,6 +1,6 @@
[package]
name = "pallet-staking-runtime-api"
version = "4.0.0-dev"
version = "14.0.0"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
@@ -17,8 +17,8 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" }
sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/staking" }
sp-api = { default-features = false, path = "../../../primitives/api" }
sp-staking = { default-features = false, path = "../../../primitives/staking" }
[features]
default = ["std"]