From 09d5cbe564dd0d9fe5a539244eb0b24c628e44b9 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Mon, 19 Sep 2022 10:59:19 +0200 Subject: [PATCH] update deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2badfc449..62a30a06c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -154,4 +154,4 @@ vendored = [ nightly = ["pgp/nightly"] [patch.crates-io] -libp2p = { git = "https://github.com/dignifiedquire/rust-libp2p", branch = "feat-kad-count" } +libp2p = { git = "https://github.com/dignifiedquire/rust-libp2p", branch = "iroh" }