Transitive dependency not compileable with nightly-2021-12-04
Closed this issue · 3 comments
28Smiles commented
The crate tracing_subsriber uses thread_local, which in its latest version is not compileable with nightly-2021-12-04, since it now uses language features newer than nightly-2021-12-04. Downgrading with cargo update -p thread_local --precise 1.1.4 worked for me.
Maybe add this as a disclaimer to the doc.
apriori commented
You might give #98 a try.
It seems, as of late this project is effectively unmaintained.
28Smiles commented
I could, but with the downgrade it also works for now.
LegNeato commented
I'm closing this as much has changed in the project. Feel free to open another issue if it still persists!