This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a change to branch async-with-synca
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


    from 90f938e  The `rstest` tests will be run only for `sync` for now
     add 1d88f57  WIP: Fix the signature of SchemaExt::parse_reader()

No new revisions were added by this update.

Summary of changes:
 avro/Cargo.toml                           |  8 ++++----
 avro/examples/benchmark.rs                |  5 +----
 avro/examples/generate_interop_data.rs    |  7 ++-----
 avro/src/schema.rs                        |  4 ++--
 avro/src/types.rs                         |  2 +-
 avro/tests/append_to_existing.rs          |  5 +----
 avro/tests/avro-3786.rs                   | 16 ++++++++--------
 avro/tests/avro-3787.rs                   |  7 ++++---
 avro/tests/codecs.rs                      |  5 +----
 avro/tests/io.rs                          |  5 +++--
 avro/tests/schema.rs                      | 24 +++++++++---------------
 avro/tests/shared.rs                      |  2 +-
 avro/tests/to_from_avro_datum_schemata.rs |  5 +----
 avro/tests/union_schema.rs                |  2 +-
 avro_derive/Cargo.toml                    |  5 +++++
 avro_derive/tests/derive.rs               |  6 +++---
 16 files changed, 47 insertions(+), 61 deletions(-)

Reply via email to