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

http conflict with axum #26

Closed
JamesMc86 opened this issue Jan 25, 2024 · 1 comment · Fixed by #28
Closed

http conflict with axum #26

JamesMc86 opened this issue Jan 25, 2024 · 1 comment · Fixed by #28

Comments

@JamesMc86
Copy link

I've been trying to get this working with axum however there is a dependency conflict as axum depends on v1 of the http crate.

I see you have examples for warp which uses an old version of the crate so the only direct way to support both would be a feature flag. In my case I can probably use warp instead and hopefully everyone will be on 1.0 soon.

@JamesMc86
Copy link
Author

Just seen there is already PR #22 where someone has looked on this but not the compatibility for other frameworks.

@messense messense linked a pull request Jun 17, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants