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

upgrade to hyper v1 #34

Open
iohzrd opened this issue Jan 2, 2024 · 1 comment
Open

upgrade to hyper v1 #34

iohzrd opened this issue Jan 2, 2024 · 1 comment

Comments

@iohzrd
Copy link

iohzrd commented Jan 2, 2024

I'm trying to upgrade my folk to hyper v1 (and therefore http to v1), so I can upgrade rust-ipfs-api as well. I think I have it mostly done, but i'm having trouble in hyper/src/body.rs.

hyper v1 renamed the Body struct to Incoming, so I've changed all the instances of Body accordingly, but I can't seem to implement impl Into<hyper::body::Incoming> for Body properly.

Wondering if I can get some help.

@lsunsi
Copy link

lsunsi commented Mar 19, 2024

I'm also interested in this! This lib is the last one in my long line of upgrade to 1.0.

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

2 participants