Release: Bump SP crates to release on crates.io (#14237)

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-05-29 13:40:59 +03:00
committed by GitHub
parent c45eeb5498
commit 98a0550ea2
228 changed files with 922 additions and 922 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-keyring"
version = "7.0.0"
version = "8.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
@@ -16,5 +16,5 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
lazy_static = "1.4.0"
strum = { version = "0.24.1", features = ["derive"], default-features = false }
sp-core = { version = "7.0.0", path = "../core" }
sp-runtime = { version = "7.0.0", path = "../runtime" }
sp-core = { version = "8.0.0", path = "../core" }
sp-runtime = { version = "8.0.0", path = "../runtime" }