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

mgrigorov pushed a change to branch avro-3631/fix-fixed-serialization
in repository https://gitbox.apache.org/repos/asf/avro.git


 discard 694f09484 Merge branch 'master' into avro-3631/fix-fixed-serialization
 discard 3a1fac3f0 AVRO-3631: Use official serde_bytes crate
 discard f7f0ec56f AVRO-3631: Fix clippy issues
 discard 0ee5b00e7 AVRO-3631: Add more test cases
 discard 70d6cf0db AVRO-3631: Fix clippy and Rat issues
 discard 7c9e938eb AVRO-3631: Add serde serialize_with functions
 discard 3e3f125eb AVRO-3631: Use #[serde(with)] attribute to get rid of 
implementation detail ByteArray
 discard 7b1cdd8e5 AVRO-3631: Add support for ser_de Value::Fixed
    omit 5c2d1972d AVRO-3631: Reformat using rustfmt
    omit a31fcfc96 AVRO-3631: Add test for serializing fixed fields
    omit 12ef14b6a AVRO-3651: Add test to de.rs to illustrate issue with Fixed 
fields
    omit d32d43678 AVRO-3631: Add test-case to reproduce
     add 07f08987c AVRO-3631: Add test-case to reproduce
     add 34f440a83 AVRO-3651: Add test to de.rs to illustrate issue with Fixed 
fields
     add 4917dacd0 AVRO-3631: Add test for serializing fixed fields
     add 7b2e21095 AVRO-3631: Reformat using rustfmt
     add d674db98b AVRO-3631: Add support for ser_de Value::Fixed
     add a649a3df3 AVRO-3631: Use #[serde(with)] attribute to get rid of 
implementation detail ByteArray
     add 9dcd8e31a AVRO-3631: Add serde serialize_with functions
     add 072896341 AVRO-3631: Fix clippy and Rat issues
     add 8bd589809 AVRO-3631: Add more test cases
     add 0f3009d63 AVRO-3631: Fix clippy issues
     add 190bec021 AVRO-3631: Use official serde_bytes crate
     add 85113b882 AVRO-3531: Code formatting
     add 6d2328d36 AVRO-3631: Rebase to latest master and fix any problems

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   (694f09484)
            \
             N -- N -- N   refs/heads/avro-3631/fix-fixed-serialization 
(6d2328d36)

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.

No new revisions were added by this update.

Summary of changes:
 lang/rust/Cargo.lock        | 10 ----------
 lang/rust/avro/Cargo.toml   |  6 +++---
 lang/rust/avro/src/de.rs    |  5 +----
 lang/rust/avro/src/types.rs |  2 --
 4 files changed, 4 insertions(+), 19 deletions(-)

Reply via email to