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 to syn 2 #517

Merged
merged 2 commits into from
Aug 1, 2024
Merged

Upgrade to syn 2 #517

merged 2 commits into from
Aug 1, 2024

Conversation

max-sixty
Copy link
Collaborator

@max-sixty max-sixty commented Jul 1, 2024

Need to upgrade structopt and then we'll reduce the compile time by coalescing on a single syn

Edit: possibly we need to wait for a newer MSRV

Ready to merge

@@ -19,8 +19,8 @@ console = "0.15.4"
structopt = { version = "0.3.26", default-features = false }
serde = { version = "1.0.117", features = ["derive"] }
serde_json = "1.0.59"
proc-macro2 = { version = "1.0.24", features = ["span-locations"] }
syn = { version = "1.0.50", features = ["full", "visit", "extra-traits"] }
proc-macro2 = { version = "1.0.60", features = ["span-locations"] }
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Required because of rust-lang/rust#113152

Need to upgrade structopt and then we'll reduce the compile time.
@max-sixty
Copy link
Collaborator Author

@mitsuhiko if you're looking for one or two PRs to review, this is at the bottom of a fairly long stack of changes.

You can also say "no need to ask a review here", or "this one you didn't wait for a review and I would have liked to review it" so we can calibrate...

@mitsuhiko mitsuhiko merged commit bcfd104 into mitsuhiko:master Aug 1, 2024
12 checks passed
@max-sixty max-sixty deleted the syn2 branch August 1, 2024 17:44
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.

2 participants