wyyerd / stripe-rs

Rust API bindings for the Stripe HTTP API.
Apache License 2.0
219 stars 88 forks source link

Remove usage of internal Serde APIs and allow Serde >=1.0.119 #169

Closed seanpianka closed 3 years ago

seanpianka commented 3 years ago

Fixes #158

@seenickcode @arlyon @kestred @stearnsc

arlyon commented 3 years ago

I have been using this on my fork at https://github.com/arlyon/async-stripe for a while with no issue. Happy to merge.

seanpianka commented 3 years ago

Merging, thanks for the review!