mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-12 17:41:22 +00:00
*: Unfiy how we depend on crates across the workspace (#2886)
This commit is contained in:
@ -99,8 +99,8 @@
|
||||
//! // This is test transport (memory).
|
||||
//! let transport = MemoryTransport::default()
|
||||
//! .upgrade(libp2p_core::upgrade::Version::V1)
|
||||
//! .authenticate(libp2p_noise::NoiseAuthenticated::xx(&local_key).unwrap())
|
||||
//! .multiplex(libp2p_mplex::MplexConfig::new())
|
||||
//! .authenticate(libp2p::noise::NoiseAuthenticated::xx(&local_key).unwrap())
|
||||
//! .multiplex(libp2p::mplex::MplexConfig::new())
|
||||
//! .boxed();
|
||||
//!
|
||||
//! // Create a Gossipsub topic
|
||||
|
Reference in New Issue
Block a user