You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @pwoolcoc , I am researching using this crate for a project and I noticed there haven't been any commits for a while and I would like support for version 1.1 of the specification. Specifically, I need the new authors and language fields.
So my questions are: 1) is this crate still being maintained? 2) would you accept a PR that updates for the 1.1 spec changes?
Happy to fork if you are no longer interested in maintaining this crate but of course would prefer to contribute back if possible.
Thanks!
The text was updated successfully, but these errors were encountered:
So I have submitted this PR which is an easy upgrade to version 1.1 of the spec and I think you could merge that.
I also wanted to simplify various aspects of the code and update to use some of the more recent libraries which can be found in the develop branch, it includes:
Update to prefer thiserror
Update to use serde_with::skip_serializing_none
Remove Content enum so that all the custom serde logic could be removed
Removed the builder as I don't need it and it seems extraneous
Update version string to 1.1
I imagine you don't want any of these big sweeping changes which is why I only submitted the small spec fixes but they are there if you do!
Hi @pwoolcoc , I am researching using this crate for a project and I noticed there haven't been any commits for a while and I would like support for version 1.1 of the specification. Specifically, I need the new
authors
andlanguage
fields.So my questions are: 1) is this crate still being maintained? 2) would you accept a PR that updates for the 1.1 spec changes?
Happy to fork if you are no longer interested in maintaining this crate but of course would prefer to contribute back if possible.
Thanks!
The text was updated successfully, but these errors were encountered: