stripe-rust will not compile with the latest serde
ThouCheese opened this issue · 3 comments
ThouCheese commented
Hi! Due to stripe-rust
s import of use serde::private::de::{Content, ContentRefDeserializer};
, it is no longer possible to compile stripe-rust
with the latest version of serde
. The error message is:
--> /home/luuk/.cargo/registry/src/github.com-1ecc6299db9ec823/stripe-rust-0.12.3/src/resources/payment_source.rs:30:20
|
30 | use serde::private::de::{Content, ContentRefDeserializer};
| ^^^^^^^ private module
|
I see that this is already fixed on master, but I wanted to file this issue so I'll be notified when it is closed.
arlyon commented
drusellers commented
would love to see it updated with just this change even.
arlyon commented
Agreed.
@kestred @stearnsc happy to run the release if you want to grant me the rights on cargo. you can contact me at alex@arlyon.dev