This is an automated email from the ASF dual-hosted git repository.
kriskras99 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
from 5e23188 fix: Don't allow serializing `bytes` as a `Uuid::String`
(#441)
add d4d062a Improve resolving (#442)
No new revisions were added by this update.
Summary of changes:
avro/src/schema/mod.rs | 1003 +------------------------------------------
avro/src/schema/resolve.rs | 1019 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 1037 insertions(+), 985 deletions(-)
create mode 100644 avro/src/schema/resolve.rs