upgrade::or() requires same Output (#218)

This commit is contained in:
Pierre Krieger
2018-05-24 16:37:12 +02:00
committed by GitHub
parent c7f654a815
commit c1cd10c034
7 changed files with 36 additions and 22 deletions

View File

@ -222,9 +222,9 @@ extern crate tokio_io;
pub extern crate multiaddr;
mod connection_reuse;
mod either;
mod peer_id;
pub mod either;
pub mod muxing;
pub mod swarm;
pub mod transport;