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
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-core-hashing"
version = "6.0.0"
version = "9.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
@@ -19,7 +19,7 @@ digest = { version = "0.10.3", default-features = false }
sha2 = { version = "0.10.2", default-features = false }
sha3 = { version = "0.10.0", default-features = false }
twox-hash = { version = "1.6.3", default-features = false, features = ["digest_0_10"] }
sp-std = { version = "6.0.0", default-features = false, path = "../../std" }
sp-std = { version = "8.0.0", default-features = false, path = "../../std" }
[features]
default = ["std"]
@@ -1,6 +1,6 @@
[package]
name = "sp-core-hashing-proc-macro"
version = "6.0.0"
version = "9.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
@@ -19,4 +19,4 @@ proc-macro = true
proc-macro2 = "1.0.56"
quote = "1.0.28"
syn = { version = "2.0.16", features = ["full", "parsing"] }
sp-core-hashing = { version = "6.0.0", default-features = false, path = "../" }
sp-core-hashing = { version = "9.0.0", default-features = false, path = "../" }