This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a change to branch more-builder-with-bon
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
from 1a22801 feat: Use builder pattern for creating RecordSchema,
EnumSchema, FixedSchema and RecordField
add 17bd39c Added Schema::independent_canonical_form (#66)
add 78d03ac chore: Use the Github hosted Linux ARM64 runners (#109)
add 8f30526 chore: Bump uuid from 1.12.0 to 1.12.1 (#110)
add b781455 Merge branch 'main' into more-builder-with-bon
No new revisions were added by this update.
Summary of changes:
.github/workflows/test-lang-rust-ci-ARM.yml | 71 ------
.github/workflows/test-lang-rust-ci.yml | 38 ++--
Cargo.lock | 4 +-
avro/Cargo.toml | 2 +-
avro/src/schema.rs | 109 +++++++--
avro/tests/schema.rs | 336 ++++++++++++++++++++++++++++
6 files changed, 448 insertions(+), 112 deletions(-)
delete mode 100644 .github/workflows/test-lang-rust-ci-ARM.yml