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
@@ -27,4 +27,4 @@ clap = { version = "4.4.18", features = ["derive"] }
log = "0.4.17"
sc-chain-spec = { path = "../../../client/chain-spec" }
serde_json = "1.0.111"
sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" }
sp-tracing = { path = "../../../primitives/tracing" }
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "subkey"
version = "3.0.0"
version = "9.0.0"
authors.workspace = true
description = "Generate and restore keys for Substrate based chains such as Polkadot, Kusama and a growing number of parachains and Substrate based projects."
edition.workspace = true