Skip to content

Allow #[serde(...)] attributes without deriving De/Serialize #123

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

Merged
merged 2 commits into from
Jun 20, 2025

Conversation

daxpedda
Copy link
Collaborator

This removes the limitation of not being able to use #[serde(...)] attributes when not deriving De/Serialize with #[derive_where(...)].

Cc @fjarri.
Resolves #122.

@daxpedda daxpedda requested a review from ModProg June 20, 2025 11:08
@@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- ## [Unreleased] -->
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Am I doing the right thing here? Or should I leave something specific in place that cargo-release requires?

Copy link
Owner

Choose a reason for hiding this comment

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

No that is exactly what I use for it 👍 (though at some point I should probably adjust the regex to be less whitespace sensitive :D

@daxpedda daxpedda requested a review from ModProg June 20, 2025 11:15
@daxpedda daxpedda merged commit 61ce435 into ModProg:main Jun 20, 2025
98 checks passed
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