Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit b8f20bb

Browse files
author
Roman S. Borschel
committed
Introduce the notion of a primary connection.
1 parent aadd571 commit b8f20bb

File tree

5 files changed

+265
-95
lines changed

5 files changed

+265
-95
lines changed

Cargo.lock

-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ members = [
168168
panic = "unwind"
169169

170170
[patch.crates-io]
171-
# libp2p = { path = "../rust-libp2p" }
172-
libp2p = { git = "https://github.com/romanb/rust-libp2p", branch = "multicon" }
171+
libp2p = { path = "../rust-libp2p" }
172+
# libp2p = { git = "https://github.com/romanb/rust-libp2p", branch = "multicon" }
173173

174174

0 commit comments

Comments
 (0)