You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: