Update to latest libp2p

This commit is contained in:
Age Manning
2019-06-25 18:57:11 +10:00
parent 0952a36a21
commit 7dc5e2f959
3 changed files with 4 additions and 4 deletions

View File

@@ -171,7 +171,7 @@ where
fn poll(
&mut self,
params: &mut PollParameters,
params: &mut impl PollParameters,
) -> Async<
NetworkBehaviourAction<
<Self::ProtocolsHandler as ProtocolsHandler>::InEvent,

View File

@@ -94,7 +94,7 @@ where
fn poll(
&mut self,
_: &mut PollParameters<'_>,
_: &mut impl PollParameters,
) -> Async<
NetworkBehaviourAction<
<Self::ProtocolsHandler as ProtocolsHandler>::InEvent,