*: Unfiy how we depend on crates across the workspace (#2886)

This commit is contained in:
Thomas Eizinger
2022-09-19 17:32:02 +10:00
committed by GitHub
parent 2025de3ef0
commit 45faefa36c
37 changed files with 87 additions and 121 deletions

View File

@ -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