fdeantoni / prost-wkt

Prost Well-Known-Types serialization and deserialization.
Apache License 2.0
75 stars 33 forks source link

Empty is missing #30

Closed alexthe2 closed 1 year ago

alexthe2 commented 1 year ago

google.protobuf.Empty is currently not a well-known-type

workaround for now: create an empty message 🙃

fdeantoni commented 1 year ago

That's an interesting one! Let me check how best to include it.

fdeantoni commented 1 year ago

I have added the Empty message which I can release under 0.4.1. Hope this addresses it correctly, but if not do let me know!

alexthe2 commented 1 year ago

Thanks, will check it out

fdeantoni commented 1 year ago

Released with v0.4.1.