Remove parity-util-mem from runtime-api cache (#6367)

This commit is contained in:
Marcin S
2022-11-29 10:28:44 -05:00
committed by GitHub
parent 4cc40bf08f
commit b5d5a7ee4f
3 changed files with 100 additions and 171 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ edition = "2021"
[dependencies]
futures = "0.3.21"
gum = { package = "tracing-gum", path = "../../gum" }
memory-lru = "0.1.1"
parity-util-mem = { version = "0.12.0", default-features = false }
lru = "0.8"
sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }