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

Fix generator build on Rust versions pre 1.56 #365

Merged
merged 1 commit into from
Mar 19, 2023

Conversation

jschwe
Copy link
Collaborator

@jschwe jschwe commented Mar 18, 2023

syn increased it's MSRV to 1.56, and cargo metadata pulls it in indirectly raising our MSRV for the
legacy generator.
To avoid this we specify the max versions of thiserror and serde.

This will need to get backported to the release branch

syn increased it's MSRV to 1.56, and cargo metadata
pulls it in indirectly raising our MSRV for the
legacy generator.
To avoid this we specify the max versions of
thiserror and serde.
@jschwe jschwe merged commit 4567617 into corrosion-rs:master Mar 19, 2023
@jschwe jschwe deleted the fix_generator branch March 19, 2023 09:34
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.

1 participant