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/01/19 19:22:59 UTC

[avro] branch master updated (49c6e10 -> e2eb392)

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 49c6e10  AVRO-3248: Rust: Support named types in UnionSchema (#1396)
     add e2eb392  AVRO-3312: Use u32 instead of i32 for the Enum/Union's index field (#1465)

No new revisions were added by this update.

Summary of changes:
 lang/rust/src/decode.rs |  4 ++--
 lang/rust/src/encode.rs |  2 +-
 lang/rust/src/error.rs  |  3 +++
 lang/rust/src/ser.rs    | 21 +++++++++------------
 lang/rust/src/types.rs  | 12 ++++++------
 5 files changed, 21 insertions(+), 21 deletions(-)