You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by gi...@apache.org on 2022/01/05 07:10:52 UTC

[avro] branch dependabot/cargo/lang/rust/crc-2.1.0 updated (f751f0f -> 08f02ed)

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

github-bot pushed a change to branch dependabot/cargo/lang/rust/crc-2.1.0
in repository https://gitbox.apache.org/repos/asf/avro.git.


 discard f751f0f  Update crc requirement from 1.8.1 to 2.1.0 in /lang/rust
     add 6c2e370  AVRO-3241 [Java] Publish SNAPSHOT artifacts (#1385)
     add 336f04a  duplicate line remove (#1440)
     add 04e41fc  AVRO-3234: add new codec to lang/rust: zstandard (#1370)
     add 08f02ed  Update crc requirement from 1.8.1 to 2.1.0 in /lang/rust

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   (f751f0f)
            \
             N -- N -- N   refs/heads/dependabot/cargo/lang/rust/crc-2.1.0 (08f02ed)

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:
 .../{spotless.yml => java-publish-snapshot.yml}    | 28 ++++++++++++------
 .github/workflows/test-lang-rust-ci.yml            |  2 +-
 lang/rust/Cargo.toml                               |  2 ++
 lang/rust/README.md                                | 10 +++++++
 lang/rust/src/codec.rs                             | 33 ++++++++++++++++++++++
 lang/rust/src/error.rs                             |  6 ++++
 lang/rust/src/types.rs                             |  1 -
 7 files changed, 71 insertions(+), 11 deletions(-)
 copy .github/workflows/{spotless.yml => java-publish-snapshot.yml} (62%)