Diener workspacify

Signed-off-by: alvicsam <alvicsam@gmail.com>
This commit is contained in:
alvicsam
2023-08-25 11:05:17 +02:00
parent 8ba894c0bc
commit f441a5fc93
422 changed files with 5044 additions and 4598 deletions
+3 -3
View File
@@ -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 = "21.0.0", default-features = false, path = "../core" }
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
sp-core = { path = "../core", default-features = false}
sp-std = { path = "../std", default-features = false}
schnellru = { version = "0.2.1", optional = true }
[dev-dependencies]
@@ -40,7 +40,7 @@ array-bytes = "6.1"
criterion = "0.4.0"
trie-bench = "0.37.0"
trie-standardmap = "0.16.0"
sp-runtime = { version = "24.0.0", path = "../runtime" }
sp-runtime = { path = "../runtime" }
[features]
default = [ "std" ]