1
Fork 0

bump tracing-tree to 0.3

Only change is https://github.com/davidbarsky/tracing-tree/pull/76
dedupes tracing-log
dupes nu-ansi-term
This commit is contained in:
klensy 2024-03-30 17:39:43 +03:00
parent 7e0ed43287
commit 71ea506d3d
4 changed files with 18 additions and 20 deletions

View file

@ -24,7 +24,7 @@ tracing = "0.1"
[dev-dependencies]
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "ansi"] }
tracing-tree = "0.2.0"
tracing-tree = "0.3.0"
[features]
default = ["rustc"]