You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/10/11 10:43:49 UTC

[avro] branch master updated (92d57060f -> fc71db2a9)

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

mgrigorov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


    from 92d57060f AVRO-3632: [Rust] Handle defaults in unions according to the spec (#1901)
     add fc71db2a9 AVRO-3633: [Rust] Additional attributes for 'avro_derive' crate (#1905)

No new revisions were added by this update.

Summary of changes:
 lang/rust/Cargo.lock                  |   4 +-
 lang/rust/avro/Cargo.toml             |   4 +-
 lang/rust/avro_derive/Cargo.toml      |   2 +-
 lang/rust/avro_derive/src/lib.rs      |  18 ++++-
 lang/rust/avro_derive/tests/derive.rs | 145 ++++++++++++++++++++++++++++++++++
 lang/rust/avro_test_helper/Cargo.toml |   2 +-
 6 files changed, 166 insertions(+), 9 deletions(-)