mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 05:17:58 +00:00
Fixes logging of target names with dashes (#7281)
* Fixes logging of target names with dashes There was a bug in tracing-core which resulted in not supporting dashes in target names. This was fixed upstream. Besides that a test was added to ensure that we don't break this again. * Extend test
This commit is contained in:
@@ -21,4 +21,4 @@ sp-runtime = { version = "2.0.0", path = "../../runtime" }
|
||||
sp-core = { version = "2.0.0", path = "../../core" }
|
||||
sp-io = { version = "2.0.0", path = "../../io" }
|
||||
tracing = "0.1.19"
|
||||
tracing-core = "0.1.15"
|
||||
tracing-core = "0.1.17"
|
||||
|
||||
Reference in New Issue
Block a user