This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/criterion-0.6.0
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
discard b97be21 chore(deps): Bump criterion from 0.5.1 to 0.6.0
add 55d6eb6 chore(deps): Bump uuid from 1.16.0 to 1.17.0 (#200)
add 0f23dda feat: Add `get_ref` and `get_mut` methods to `Writer` (#201)
add 9f37816 fix: flush Writer on drop (#199)
add 4894206 chore: Fix the `git up` command in RELEASE.md howto
add 37ff252 Issue #203: Bump the version to 0.19.0
add de91942 chore(deps): Bump criterion from 0.5.1 to 0.6.0
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 (b97be21)
\
N -- N -- N refs/heads/dependabot/cargo/criterion-0.6.0 (de91942)
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:
Cargo.lock | 12 +++--
Cargo.toml | 2 +-
RELEASE.md | 56 ++++++++++-----------
avro/Cargo.toml | 6 +--
avro/src/lib.rs | 2 +-
avro/src/writer.rs | 83 +++++++++++++++++++++++--------
avro/tests/to_from_avro_datum_schemata.rs | 3 +-
avro/tests/union_schema.rs | 1 +
8 files changed, 106 insertions(+), 59 deletions(-)