mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 19:02:13 +00:00
* Disambiguate calls to NetworkBehaviour::inject_event There is a gnarly edge-case with the custom-derive where rustc cannot disambiguate the call if: - The NetworkBehaviourEventProcess trait is imported - We nest NetworkBehaviours that use the custom-derive * Update misc/core-derive/src/lib.rs Co-Authored-By: Pierre Krieger <pierre.krieger1708@gmail.com> * Fix build and add CHANGELOG Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>