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

Upgrade all crates to syn2 #4308

Open
Dav1dde opened this issue Nov 28, 2024 · 0 comments
Open

Upgrade all crates to syn2 #4308

Dav1dde opened this issue Nov 28, 2024 · 0 comments

Comments

@Dav1dde
Copy link
Member

Dav1dde commented Nov 28, 2024

We still have derive crates depending on syn v1, the eco-system is moving on and more and more dependencies we also use in the derive crates now require syn v2.

With #4307 we now have to ignore lints in generated code because we cannot update the dependency since we still need syn v1.

Biggest hurdle seems to be usage of parse_meta(), this SO question could be useful.

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

1 participant