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
+4 -4
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-trie"
version = "8.0.0"
version = "22.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Patricia trie stuff using a parity-scale-codec node format"
repository = "https://github.com/paritytech/substrate/"
@@ -31,8 +31,8 @@ thiserror = { version = "1.0.30", optional = true }
tracing = { version = "0.1.29", optional = true }
trie-db = { version = "0.27.0", default-features = false }
trie-root = { version = "0.18.0", default-features = false }
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
schnellru = { version = "0.2.1", optional = true }
[dev-dependencies]
@@ -40,7 +40,7 @@ array-bytes = "4.1"
criterion = "0.4.0"
trie-bench = "0.37.0"
trie-standardmap = "0.16.0"
sp-runtime = { version = "8.0.0", path = "../runtime" }
sp-runtime = { version = "24.0.0", path = "../runtime" }
[features]
default = ["std"]