diff --git a/protocols/kad/Cargo.toml b/protocols/kad/Cargo.toml index 85b5d8f9..ede25120 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 = "ssh://git@github.com/fluencelabs/arqada.git", branch = "memory_store_set" } +trust-graph = { git = "ssh://git@github.com/fluencelabs/arqada.git", branch = "master" } [dev-dependencies] libp2p-secio = { version = "0.18.0", path = "../secio" }