mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
update to tracing-tree 0.1.10, which does not pull in syn.
This commit is contained in:
parent
86ebc36fa3
commit
184fbf24f0
3 changed files with 5 additions and 5 deletions
|
@ -36,7 +36,7 @@ lsp-server = "0.5.1"
|
|||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.2", default-features = false, features = ["env-filter", "registry", "fmt", "tracing-log"] }
|
||||
tracing-log = "0.1.2"
|
||||
tracing-tree = { version = "0.1.4" }
|
||||
tracing-tree = { version = "0.1.10" }
|
||||
always-assert = "0.1"
|
||||
|
||||
stdx = { path = "../stdx", version = "0.0.0" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue