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

implement serialize/deserialize for Duration type in accordance with protobuf JSON spec #61

Merged
merged 1 commit into from
Apr 13, 2024

Conversation

chrnorm
Copy link
Contributor

@chrnorm chrnorm commented Mar 8, 2024

Fixes #60.

@fdeantoni
Copy link
Owner

Many thanks for putting this together! I will try to cut a new release in the next few weeks where this can included.

@fdeantoni
Copy link
Owner

One of the checks failed because rustc 1.70 is required. I just updated master to Prost 0.12.3 which also sets MSRV to 1.70.0. This should fix the failure. Can you merge/rebase your branch so the checks can pass?

@fdeantoni fdeantoni merged commit d038d2c into fdeantoni:master Apr 13, 2024
1 of 6 checks passed
@chrnorm
Copy link
Contributor Author

chrnorm commented Apr 13, 2024

sorry I missed the notification from your earlier message! Let me know if there’s anything I can do here.

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.

Duration serialization is non-canonical (according to protobuf JSON mapping specification)
2 participants