-
Notifications
You must be signed in to change notification settings - Fork 90
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
Update syn dependency? #292
Comments
I expect right now we’d be blocked on TedDriggs/darling#238, given that this crate uses |
I took another look at this, and hit a couple specific issues:
|
That is unfortunate. Without seeing the branch, it's hard for me to understand the reason behind these things. But if you're okay with a minor version bump, the rename sounds simple enough to migrate to, and maybe the error message can be improved in a future release. |
https://github.com/colin-kiegel/rust-derive-builder/tree/darling-0.20.4 We have to rename I'm quite stumped on the whole problem with the diagnostic messages; other crates using |
Okay, I figured out the issue with the diagnostic messages by bumping all the crates to the 2018 edition. Now things seem to be on a better path; I think I need to do an update of |
Okay, it looks like all the tests on the branch linked above are passing again, so as long as all the various no_std and no_alloc test crates are properly running in CI we should be good on that front. |
I've created #306 as an option for giving people a source-compatible migration path. That updates the @jtran can you have a look at that PR and see if there are any issues? |
@jtran PR for this is now up, if you can give it a look that would be much appreciated. |
This is now live as 0.20.0 |
Hello,
Thank you for making this project.
I was wondering if there was any plan to upgrade
syn
to v2 anytime soon. My motivation is that I have multiple versions ofsyn
in my dependency tree, and I'm trying to get it down to one to reduce build times.The text was updated successfully, but these errors were encountered: