mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-01 12:11:20 +00:00
swarm/behaviour: make either
mod private (#2610)
With no public items, having this module public serves no purpose.
This commit is contained in:
parent
f5b982a13b
commit
102509afe3
@ -4,7 +4,10 @@
|
||||
|
||||
- Update to `libp2p-core` `v0.33.0`.
|
||||
|
||||
- Make `behaviour::either` module private. See [PR 2610]
|
||||
|
||||
[PR 2529]: https://github.com/libp2p/rust-libp2p/pull/2529
|
||||
[PR 2610]: https://github.com/libp2p/rust-libp2p/pull/2610/
|
||||
|
||||
# 0.35.0
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
pub mod either;
|
||||
mod either;
|
||||
pub mod toggle;
|
||||
|
||||
use crate::dial_opts::DialOpts;
|
||||
|
Loading…
x
Reference in New Issue
Block a user