Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transitive dependency not compileable with nightly-2021-12-04 #103

Open
28Smiles opened this issue Feb 22, 2023 · 2 comments
Open

Transitive dependency not compileable with nightly-2021-12-04 #103

28Smiles opened this issue Feb 22, 2023 · 2 comments

Comments

@28Smiles
Copy link

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
Copy link

apriori commented Feb 22, 2023

You might give #98 a try.

It seems, as of late this project is effectively unmaintained.

@28Smiles
Copy link
Author

I could, but with the downgrade it also works for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants