Bump sp-crates from latest crates.io version + release (#14265)

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-05-31 15:11:01 +03:00
committed by GitHub
parent 01c1c14687
commit 3da9449067
227 changed files with 921 additions and 921 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-version"
version = "6.0.0"
version = "22.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
@@ -20,10 +20,10 @@ parity-wasm = { version = "0.45", optional = true }
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.136", default-features = false, features = ["derive", "alloc"], optional = true }
thiserror = { version = "1.0.30", optional = true }
sp-core-hashing-proc-macro = { version = "6.0.0", path = "../core/hashing/proc-macro" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
sp-version-proc-macro = { version = "4.0.0", default-features = false, path = "proc-macro" }
sp-core-hashing-proc-macro = { version = "9.0.0", path = "../core/hashing/proc-macro" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
sp-version-proc-macro = { version = "8.0.0", default-features = false, path = "proc-macro" }
[features]
default = ["std"]
@@ -1,6 +1,6 @@
[package]
name = "sp-version-proc-macro"
version = "4.0.0"
version = "8.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
@@ -22,4 +22,4 @@ quote = "1.0.28"
syn = { version = "2.0.16", features = ["full", "fold", "extra-traits", "visit"] }
[dev-dependencies]
sp-version = { version = "6.0.0", path = ".." }
sp-version = { version = "22.0.0", path = ".." }