From 1336e9ee1f56b4233659b36c49d52bf5b4199bcb Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Thu, 19 May 2022 20:56:29 +0200 Subject: [PATCH] fix: switch back to rust-libp2p master --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d088928303..327e7d01fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,4 @@ members = [ [patch.crates-io] # TODO: switch to crates.io once 0.45 is released -# libp2p = { git = "https://github.com/libp2p/rust-libp2p", branch = "master" } -# TODO: switch to master once the PR gets merged -libp2p = { git = "https://github.com/dignifiedquire/rust-libp2p", branch = "fix-dns-clone" } \ No newline at end of file +libp2p = { git = "https://github.com/libp2p/rust-libp2p", branch = "master" }