Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stripe-rust will not compile with the latest serde #179

Open
ThouCheese opened this issue May 2, 2021 · 3 comments
Open

stripe-rust will not compile with the latest serde #179

ThouCheese opened this issue May 2, 2021 · 3 comments

Comments

@ThouCheese
Copy link
Contributor

Hi! Due to stripe-rusts 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/gitpro.ttaallkk.top-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
Copy link
Collaborator

arlyon commented May 2, 2021

Hi, yes I agree we are overdue a release (by a year!); I only recently joined the maintainer list and don't have access so I will defer to @kestred or @stearnsc.

@drusellers
Copy link

would love to see it updated with just this change even.

@arlyon
Copy link
Collaborator

arlyon commented Jun 3, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants