-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Improve the axum entry #8014
Improve the axum entry #8014
Conversation
No idea what's broken in CI, seems to be about Docker which I didn't modify. |
Yes, the toolset is failing. Check #8013 |
@volyrique That commit is already part of the history on my branch. |
The point is that that commit should be the last commit before your changes - right now your PR is on top of a broken commit. |
a348454
to
2655279
Compare
Okay, done. Just doing |
I suspect it will still fail though. The |
… and order / group / merge imports consistently.
2655279
to
a860e22
Compare
* axum: Upgrade dependencies * axum: Remove identity cast * axum: Use state instead of extensions … and order / group / merge imports consistently. * axum: Use str::parse instead of invoking FromStr directly * axum: Use implicit format-args captures
Mainly: Upgrade dependencies, use state instead of extensions.