Skip to content

Conversation

@flattoride
Copy link

  • Fixed the issue where pb2 enums might not have a 0 value.
  • Ensured that when a 0 value exists, pb2 defaults to the first enum value.
  • Updated pbjson-build to handle enum value conversion using prost field methods instead of try_from.
  • Resolved the serde::ser::Error::custom(format!("Invalid variant {{}}", {}))) error.

- Fixed the issue where pb2 enums might not have a 0 value.
- Ensured that when a 0 value exists, pb2 defaults to the first enum value.
- Updated pbjson-build to handle enum value conversion using prost field methods instead of try_from.
- Resolved the serde::ser::Error::custom(format!(\"Invalid variant {{}}\", {}))) error.
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