Skip to content

Update syn to v2#126

Merged
mgeisler merged 1 commit into
mgeisler:masterfrom
jonasbb:bump-syn
Sep 9, 2023
Merged

Update syn to v2#126
mgeisler merged 1 commit into
mgeisler:masterfrom
jonasbb:bump-syn

Conversation

@jonasbb
Copy link
Copy Markdown
Contributor

@jonasbb jonasbb commented Apr 27, 2023

This is one of a couple of my dependencies still requiring syn v1. So I took the liberty to update it to v2.

The only change necessary was replacing the code using NestedMeta, since that type is no longer available in syn. I replaced it with Attribute::parse_nested_meta.

Replace removed `NestedMeta` with `Attribute::parse_nested_meta`.
@lopopolo
Copy link
Copy Markdown
Contributor

@mgeisler friendly ping here. I'd love to see this merged. version-sync is the only crate left in my lockfiles that pulls in syn v1

Copy link
Copy Markdown
Owner

@mgeisler mgeisler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a ton and I'm sorry that this fell off my radar!

@mgeisler mgeisler merged commit 7e68cea into mgeisler:master Sep 9, 2023
@github-actions github-actions Bot mentioned this pull request Sep 9, 2023
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

Successfully merging this pull request may close these issues.

3 participants