-
Notifications
You must be signed in to change notification settings - Fork 220
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
Axum 0.7 bindings #807
Axum 0.7 bindings #807
Conversation
With this update, there are examples with the axum 0.6 that should be also upgraded, but that can be another PR. |
Ah, yes. If you mean just the |
Yes, that one indeed. 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one thing actually, the REAMDE.md, should be changed as well for utoipa-swagger-ui
and utoipa-redoc
and utoipa-rapidoc
with the same changes as the src/lib.rs
by removing the B
attribute. Also the latest minimum version should be updated to 0.7
in these READMEs.
Sweet, that should all be done now 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super 🎉
Hi! First contribution to this repo, so may have missed some things.
Axum 0.7 just got released which has some breaking changes to bring everything up to date with hyper 1.0.
The main consequence for utoipa is the removal of hyper's
HttpBody
fromRouter
.Resolves #808