-
Notifications
You must be signed in to change notification settings - Fork 1k
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
deps: move libp2p-server and metrics example to use axum 0.7 #5246
Conversation
Hi @drHuangMHT did you see #5038? |
Oopsie, didn't see that. |
Following #5038 (comment) updated the code. |
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.
Thanks for this! Very nice work, LGTM!
(no worries regarding using this PR, I updated your comment to address the context, hope you don't mind)
CC @thomaseizinger since you started this
Ping @thomaseizinger Got a minute to review this PR? |
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.
Did a quick pass, nothing blocking.
Can you solve the merge conflicts? |
Done. Staging this PR? |
Thanks @drHuangMHT ❤️ and Thomas for the review |
Approvals have been dismissed because the PR was updated after the send-it
label was applied.
Approvals have been dismissed because the PR was updated after the send-it
label was applied.
Description
Move from
hyper
toaxum
forlibp2p-server
and metrics example.Running in parallel with #5038.
Notes & open questions
Change checklist