fdeantoni / prost-wkt

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

implement serialize/deserialize for Duration type in accordance with protobuf JSON spec #61

Closed chrnorm closed 6 months ago

chrnorm commented 8 months ago

Fixes #60.

fdeantoni commented 8 months ago

Many thanks for putting this together! I will try to cut a new release in the next few weeks where this can included.

fdeantoni commented 7 months ago

One of the checks failed because rustc 1.70 is required. I just updated master to Prost 0.12.3 which also sets MSRV to 1.70.0. This should fix the failure. Can you merge/rebase your branch so the checks can pass?

chrnorm commented 6 months ago

sorry I missed the notification from your earlier message! Let me know if there’s anything I can do here.