mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 05:17:58 +00:00
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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user