dropbox / pb-jelly

A protobuf code generation framework for the Rust language developed at Dropbox.
Apache License 2.0
610 stars 25 forks source link

Remove dependency on gogoproto. #97

Closed goffrie closed 3 years ago

goffrie commented 3 years ago

gogoproto is unmaintained. Replace gogoproto.nullable with rust.nullable_field.

nipunn1313 commented 3 years ago

Can ya update CHANGELOG.md? This is a non backward compatible change, so we'll want to be sure to document this in the changelog and potentially do one of those minor version bumps to 0.1.0 or something like that.

nipunn1313 commented 3 years ago

cool thanks!