Conversation
mxinden
left a comment
There was a problem hiding this comment.
I am a bit confused neither libp2p-mplex, libp2p-noise nor libp2p-request-response have any features. Can you explain what this change does?
Some features in libp2p = { version = "0.39", optional = true, default-features = false, features = [ "tcp-tokio", "noise", "mplex", "request-response" ] }We can find that After this PR: |
|
Thanks for the additional info. I can reproduce it on https://github.com/mxinden/libp2p-lookup now. This is puzzling. Have you been able to find a corresponding bug report on cargo by any chance @name1e5s? |
|
#2437 is a fix for the features leak |
|
Closing here since I am having difficulties reproducing it. @name1e5s please comment in case you are still facing this issue. |
The same as #1986
Fix some default features leaks.