You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR refactors `request_response::Codec` to simplify its implementation and remove the need for `#[async_trait::async_trait]`. It also refactors `libp2p-dns::Resolver` to not use `async_trait`
(async trait method has been stablized in [1.75.0](https://releases.rs/docs/1.75.0/#language) and MSRV of libp2p is 1.83.0)
Pull-Request: libp2p#6292.
0 commit comments