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
mismatched types
expected struct `MethodRouter<(), _>`
found struct `axum::routing::method_routing::MethodRouter`
perhaps two different versions of crate `axum` are being used?
The text was updated successfully, but these errors were encountered:
Thanks for reporting. Currently, rspc doesn't support Axum 0.6. I have started work on supporting Axum 0.6 but it's proving challenging due to the way extractors have changed upstream. I am closing in favor of issue #104 which has a more detailed rundown.
@oscartbeaumont was this resolved for v0.1.3? Release notes say Axum 0.6 support, but I'm still bumping against this.
edit: I now see the required change in the end of the release notes of v0.1.3 release, looks like the samples at on the Axum Integration docs are missing that change.
got this issue when using rspc with Axum 0.6.0
The text was updated successfully, but these errors were encountered: