-
Notifications
You must be signed in to change notification settings - Fork 999
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
chore(libp2p): expose json
feature from request-response
#4188
Conversation
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.
Good catch. Mind adding a changelog entry in libp2p/CHANGELOG.md
?
See https://github.com/libp2p/rust-libp2p/blob/master/docs/release.md#make-changelog-entries for details.
@mxinden done! |
This pull request has merge conflicts. Could you please resolve them @radiohertz? 🙏 |
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.
One more thing (plus resolve merge conflicts please).
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.
Thank you for your patience! :)
`cbor` feature was exposed in `libp2p` but not `json`. Pull-Request: #4188.
Description
cbor
feature was exposed inlibp2p
but notjson
.Notes & open questions
Change checklist