Skip to content

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

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

Closed
28Smiles opened this issue Feb 22, 2023 · 3 comments
Closed

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

28Smiles opened this issue Feb 22, 2023 · 3 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.

@LegNeato
Copy link
Contributor

I'm closing this as much has changed in the project. Feel free to open another issue if it still persists!

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

3 participants