From 0bd3d9b6b6d164a260bf969a62d6813f4938466d Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Wed, 20 May 2020 13:06:15 +0300 Subject: [PATCH] Use master branch on fluencelabs/fluence #16 --- protocols/kad/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/kad/Cargo.toml b/protocols/kad/Cargo.toml index 81cc50b6..d2a46b26 100644 --- a/protocols/kad/Cargo.toml +++ b/protocols/kad/Cargo.toml @@ -31,7 +31,7 @@ void = "1.0" bs58 = "0.3.0" derivative = "2.0.2" -trust-graph = { git = "https://github.com/fluencelabs/fluence", branch = "libp2p_0.19.0" } +trust-graph = { git = "https://github.com/fluencelabs/fluence", branch = "master" } [dev-dependencies] libp2p-secio = { version = "0.19.0", path = "../secio" }