This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a change to branch async-with-synca
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
discard c39757c WIP: Move back the pure data structures out of Synca control
discard 4275122 Get rid of Borror<Schema> for ResolvedSchema
discard fc9909d WIP: First steps to fix avro_derive
discard 20b1be6 WIP: Implement futures::Stream for Reader
discard ef069df Fix the imports for append_to_existing.rs IT test
discard 5cefd49 All IT tests and examples use `sync` feature for now
discard 0ec3a09 WIP: Unit tests now build OK
discard d8211cf WIP: Make the tests async for bytes.rs, de.rs, decode.rs and
encode.rs
discard 8b66262 WIP: `cargo build` now passes for both `tokio` and `sync`
features
discard 0e6bc3a WIP: Replace some more Iterator combinators with plain for
loops
discard f75f186 WIP: Successful build for `clear && cargo build
--no-default-features --features tokio`
discard 9618fd5 Fix replacements for all modules
discard 61ffa54 WIP: Fix regression with the usage of fully qualified
serde_json::** items
discard 414c4e4 WIP
discard 1e548a4 WIP
discard 80063c1 More WIP
discard 08f3237 More WIP
discard be922c0 More WIP
discard 6106f1f WIP: Use SyncA to generate [a]sync APIs
add b19b0a9 chore(deps): Bump bon from 3.6.5 to 3.7.0
add 168d131 chore(deps): Bump proc-macro2 from 1.0.95 to 1.0.96 (#257)
add 2dc5071 chore(deps): Bump ctor from 0.4.3 to 0.5.0 (#258)
add 97dade0 WIP: Use SyncA to generate [a]sync APIs
add 5355929 More WIP
add 136c33b More WIP
add b61ba80 More WIP
add 66fef27 WIP
add 3e4b2b2 WIP
add f65cfac WIP: Fix regression with the usage of fully qualified
serde_json::** items
add fa8d54b Fix replacements for all modules
add 2ecbb64 WIP: Successful build for `clear && cargo build
--no-default-features --features tokio`
add 1a2e862 WIP: Replace some more Iterator combinators with plain for
loops
add ae85dda WIP: `cargo build` now passes for both `tokio` and `sync`
features
add 106512f WIP: Make the tests async for bytes.rs, de.rs, decode.rs and
encode.rs
add 4d917c1 WIP: Unit tests now build OK
add 3525a6b All IT tests and examples use `sync` feature for now
add 784ddca Fix the imports for append_to_existing.rs IT test
add a5e46eb WIP: Implement futures::Stream for Reader
add 6524b40 WIP: First steps to fix avro_derive
add 37adaf6 Get rid of Borror<Schema> for ResolvedSchema
add 184a322 WIP: Move back the pure data structures out of Synca control
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 (c39757c)
\
N -- N -- N refs/heads/async-with-synca (184a322)
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 | 24 ++++++++++++------------
avro/Cargo.toml | 2 +-
avro_derive/Cargo.toml | 2 +-
avro_test_helper/Cargo.toml | 2 +-
4 files changed, 15 insertions(+), 15 deletions(-)