mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-29 09:41:34 +00:00
Update the PeerId import paths (#217)
This commit is contained in:
@ -44,9 +44,8 @@ pub extern crate libp2p_websocket as websocket;
|
||||
|
||||
pub mod simple;
|
||||
|
||||
pub use self::core::{Transport, ConnectionUpgrade, swarm};
|
||||
pub use self::core::{Transport, ConnectionUpgrade, PeerId, swarm};
|
||||
pub use self::multiaddr::Multiaddr;
|
||||
pub use self::peerstore::PeerId;
|
||||
pub use self::simple::SimpleProtocol;
|
||||
|
||||
/// Implementation of `Transport` that supports the most common protocols.
|
||||
|
Reference in New Issue
Block a user