This is an automated email from the ASF dual-hosted git repository.
Kriskras99 pushed a change to branch refactor/derive_implementation
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
from c626294 fix: Review feedback - Only allow the default attribute on
the field of a transparent struct - Improve the plain enum schema generation
- Skipped variants are now actually skipped - The container default attribute
is used first, then comes the variant default attribute - `serde_json::Value`s
are now constructed instead of parsed at runtime
add 95163d2 fix: Match the plain enum check in the implementation
No new revisions were added by this update.
Summary of changes:
avro_derive/src/enums/mod.rs | 16 ++++++++++++++--
avro_derive/src/utils.rs | 2 +-
avro_derive/tests/derive.rs | 4 ++--
3 files changed, 17 insertions(+), 5 deletions(-)