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 serde feature gating in types #1082

Merged
merged 6 commits into from
Aug 25, 2023
Merged

Conversation

DaughterOfMars
Copy link

Description of change

This PR fixes compilation without the serde feature. Part of the change is to feature gate all API types with serde because I don't think they are useful without it anyway. This isn't breaking because everything that was available with the feature enabled is untouched, and without the feature it would not compile.

Type of change

Choose a type of change, and delete any options that are not relevant.

  • Bug fix (a non-breaking change which fixes an issue)

Alex Coats added 2 commits August 25, 2023 08:34
Copy link
Member

@thibault-martinez thibault-martinez left a comment

Choose a reason for hiding this comment

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

Anything worth mentioning in the CHANGELOG btw?

Copy link
Member

@thibault-martinez thibault-martinez left a comment

Choose a reason for hiding this comment

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

CI failing

@DaughterOfMars
Copy link
Author

Anything worth mentioning in the CHANGELOG btw?

I don't think so

@DaughterOfMars DaughterOfMars merged commit 2160c76 into develop Aug 25, 2023
23 of 24 checks passed
@DaughterOfMars DaughterOfMars deleted the chore/serde-feature-gates branch August 25, 2023 13:49
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