Downgrade tracing and syn
There's currently a deadlock with tracing when RUSTC_LOG is enabled. Downgrade tracing-core for now to avoid blocking the other updates. syns upgrades cause some nontrivial changes in the diagnostics derive tests, which are best dealt with in another PR.
This commit is contained in:
parent
3295cdfff4
commit
171be8ce94
3 changed files with 24 additions and 23 deletions
|
@ -8,6 +8,7 @@ proc-macro = true
|
|||
|
||||
[dependencies]
|
||||
synstructure = "0.13.0"
|
||||
syn = { version = "2", features = ["full"] }
|
||||
# FIXME(Nilstrieb): Updating this causes changes in the diagnostics output.
|
||||
syn = { version = "=2.0.8", features = ["full"] }
|
||||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue