Disable the interest cache (#11854)

* Disable the interest cache

The feature is currently broken with the latest `tracing-core`. We will enable it again, when it is
fixed upstream.

* FMT
This commit is contained in:
Bastian Köcher
2022-07-18 21:25:18 +02:00
committed by GitHub
parent 4e787fbd30
commit 3d95c270e0
6 changed files with 8 additions and 13 deletions
@@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
tracing = "0.1.29"
tracing-core = "0.1.26"
tracing-core = "0.1.28"
sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" }
sc-executor-common = { version = "0.10.0-dev", path = "../../../client/executor/common" }
sp-io = { version = "6.0.0", path = "../../io" }