lerouxrgd / rsgen-avro

Command line and library for generating Rust types from Avro schemas
MIT License
36 stars 29 forks source link

upstream apache-avro #46

Closed untereiner closed 3 months ago

untereiner commented 1 year ago

Would it be possible to have a develop branch and a CI able to point to the upstream version of the apache-avro crate ?

lerouxrgd commented 1 year ago

What would be the benefit of such a setup ? Right now this crate is updated when a new version of apache-avro is published.

untereiner commented 1 year ago

apache-avro has a long running official update rythm. The benefit would be to have access in rsgen-avro to the latest work in apache-avro.

martin-g commented 1 year ago

https://lists.apache.org/thread/2rfnszd4dk36jxynpj382b1717gbyv1y

lerouxrgd commented 3 months ago

This logic was implemented for apache-avro 0.17 using a dedicated branch until it was released. The same strategy will be used for future apache-avro versions, on an as-needed basis.