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 -11
View File
@@ -4027,15 +4027,6 @@ dependencies = [
"parity-util-mem",
]
[[package]]
name = "memory-lru"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"
dependencies = [
"lru",
]
[[package]]
name = "memory_units"
version = "0.4.0"
@@ -6550,8 +6541,7 @@ name = "polkadot-node-core-runtime-api"
version = "0.9.31"
dependencies = [
"futures",
"memory-lru",
"parity-util-mem",
"lru",
"polkadot-node-primitives",
"polkadot-node-subsystem",
"polkadot-node-subsystem-test-helpers",