This is an automated email from the ASF dual-hosted git repository.
kriskras99 pushed a change to branch feat/default_in_custom_attributes
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
from 6b3f851 fix: Enum and Fixed would put `default` in `custom_attributes`
add bbd8ef3 feat!: Remove `default` field from Fixed as it does not exit
in the specification
No new revisions were added by this update.
Summary of changes:
avro/src/decode.rs | 2 --
avro/src/encode.rs | 1 -
avro/src/schema/mod.rs | 49 +++------------------------------
avro/src/schema/parser.rs | 15 +---------
avro/src/schema_compatibility.rs | 2 --
avro/src/schema_equality.rs | 11 --------
avro/src/serde/derive.rs | 8 ------
avro/src/serde/ser_schema.rs | 10 -------
avro/src/types.rs | 12 +-------
avro/src/writer.rs | 3 --
avro/tests/serde_human_readable_true.rs | 2 +-
avro_derive/tests/derive.rs | 1 -
12 files changed, 7 insertions(+), 109 deletions(-)