This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a change to branch avro-3709-add-aliases-to-record-fields
in repository https://gitbox.apache.org/repos/asf/avro.git
discard eb552f9d2 AVRO-3709: [Rust] Record field's aliases don't have namespace
discard 92e5ef2f4 AVRO-3709: [Rust] Add support for serializing RecordField's
aliases
discard d8654cfae AVRO-3709: [Rust] Add 'aliases' field to RecordField
add 50c17468d Bump darling from 0.14.2 to 0.14.3 in /lang/rust (#2085)
new 3cf8108c6 AVRO-3709: [Rust] Add 'aliases' field to RecordField
new 2d00fd334 AVRO-3709: [Rust] Add support for serializing RecordField's
aliases
new 0b91cff61 AVRO-3709: [Rust] Record field's aliases don't have namespace
new fc39fae11 AVRO-3709: [Rust] Add support for field aliases in
avro_derive
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (eb552f9d2)
\
N -- N -- N refs/heads/avro-3709-add-aliases-to-record-fields
(fc39fae11)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
lang/rust/Cargo.lock | 12 ++++++------
lang/rust/avro_derive/Cargo.toml | 2 +-
lang/rust/avro_derive/src/lib.rs | 33 ++++++++++++++++++++++++++++-----
3 files changed, 35 insertions(+), 12 deletions(-)