mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 06:35:45 +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:
@@ -23,7 +23,7 @@ codec = { version = "3.0.0", package = "parity-scale-codec", default-features =
|
||||
"derive",
|
||||
] }
|
||||
tracing = { version = "0.1.29", default-features = false }
|
||||
tracing-core = { version = "0.1.26", default-features = false }
|
||||
tracing-core = { version = "0.1.28", default-features = false }
|
||||
tracing-subscriber = { version = "0.2.25", optional = true, features = [
|
||||
"tracing-log",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user