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

Commit 59f7df3

Browse files
author
Roman S. Borschel
committed
Further adapt to libp2p/master.
1 parent 7e9346c commit 59f7df3

File tree

7 files changed

+96
-71
lines changed

7 files changed

+96
-71
lines changed

Cargo.lock

Lines changed: 79 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ panic = "unwind"
170170

171171
[patch.crates-io]
172172
# libp2p = { path = "../rust-libp2p" }
173-
libp2p = { git = "https://github.com/romanb/rust-libp2p", branch = "multicon" }
173+
libp2p = { git = "https://github.com/libp2p/rust-libp2p", branch = "master" }
174+
libp2p-wasm-ext = { git = "https://github.com/libp2p/rust-libp2p", branch = "master" }
174175

175176

0 commit comments

Comments
 (0)