Ernestas Poskus
Ernestas Poskus
Bump tonic to 0.6 version along with prost 0.9. Relax serde "fixup" version requirements.
Pubsub - Adding methods publish_message and publish_messages (required to pass complete PubsubMessage, I need to set attributes field. - Re-export api mod in order to be able to construct PubsubMessage...
Fixing resource update_price currency_options field type. It should be optional currency with update options as a value  Docs: https://stripe.com/docs/api/prices/update Codegen: https://github.com/arlyon/async-stripe/blob/master/openapi/src/codegen.rs#L1280 ### Checklist -...