We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
either
1 parent f5b982a commit 102509aCopy full SHA for 102509a
swarm/CHANGELOG.md
@@ -4,7 +4,10 @@
4
5
- Update to `libp2p-core` `v0.33.0`.
6
7
+- Make `behaviour::either` module private. See [PR 2610]
8
+
9
[PR 2529]: https://github.com/libp2p/rust-libp2p/pull/2529
10
+[PR 2610]: https://github.com/libp2p/rust-libp2p/pull/2610/
11
12
# 0.35.0
13
swarm/src/behaviour.rs
@@ -18,7 +18,7 @@
18
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
19
// DEALINGS IN THE SOFTWARE.
20
21
-pub mod either;
+mod either;
22
pub mod toggle;
23
24
use crate::dial_opts::DialOpts;
0 commit comments