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

Update to syn-2 #5579

Closed
wants to merge 1 commit into from
Closed

Update to syn-2 #5579

wants to merge 1 commit into from

Conversation

maurer
Copy link

@maurer maurer commented Mar 23, 2023

Motivation

cxx and bindgen have both moved to syn 2.x. Updating tokio to use the new version of syn will both help it keep up with new features if desired and help allow other projects to avoid having multiple versions of the same crate.

Solution

Update Cargo.toml to use syn 2.x and update macros to use the new interface.

@Darksonn Darksonn added the A-tokio-macros Area: The tokio-macros crate label Mar 23, 2023
@Darksonn
Copy link
Contributor

Hey Matt. Thank you for the PR. Unfortunately, this is a duplicate of #5572.

@Darksonn Darksonn closed this Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio-macros Area: The tokio-macros crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants