Rename and move libp2p-core-derive as libp2p-swarm-derive. (#1935)

This commit is contained in:
Roman Borschel
2021-01-26 22:49:08 +01:00
committed by GitHub
parent 6400719ae9
commit ac9798297b
7 changed files with 16 additions and 12 deletions

View File

@ -258,7 +258,7 @@ pub use self::core::{
transport::TransportError,
upgrade::{InboundUpgrade, InboundUpgradeExt, OutboundUpgrade, OutboundUpgradeExt}
};
pub use libp2p_core_derive::NetworkBehaviour;
pub use libp2p_swarm_derive::NetworkBehaviour;
pub use self::multiaddr::{Multiaddr, multiaddr as build_multiaddr};
pub use self::simple::SimpleProtocol;
pub use self::swarm::Swarm;