Skip to content

Commit 3dc01fe

Browse files
Merge branch 'master' into rename-request-response
2 parents 1f3fbab + 4fe518d commit 3dc01fe

File tree

3 files changed

+4
-98
lines changed

3 files changed

+4
-98
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,13 @@
4747

4848
# 0.51.0 [unreleased]
4949

50+
- Remove `SimpleProtocol` due to being unused. See [`libp2p::core::upgrade`](https://docs.rs/libp2p/0.50.0/libp2p/core/upgrade/index.html) for alternatives. See [PR 3191].
51+
5052
- Update individual crates.
5153
- Update to [`libp2p-swarm` `v0.42.0`](swarm/CHANGELOG.md#0420).
5254

55+
[PR 3191]: https://github.com/libp2p/rust-libp2p/pull/3191
56+
5357
# 0.50.0
5458

5559
This is a large release. After > 4 years, rust-libp2p ships with an [(alpha) QUIC

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ pub use libp2p_yamux as yamux;
140140
mod transport_ext;
141141

142142
pub mod bandwidth;
143-
pub mod simple;
144143

145144
#[cfg(doc)]
146145
pub mod tutorials;
@@ -152,7 +151,6 @@ pub use self::core::{
152151
PeerId, Transport,
153152
};
154153
pub use self::multiaddr::{multiaddr as build_multiaddr, Multiaddr};
155-
pub use self::simple::SimpleProtocol;
156154
pub use self::swarm::Swarm;
157155
pub use self::transport_ext::TransportExt;
158156

src/simple.rs

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)