From 8fbb98fb3feabc1fd4bd34931c33304a1697aebe Mon Sep 17 00:00:00 2001 From: outofgas Date: Mon, 2 Jul 2018 10:19:56 +0200 Subject: [PATCH] Removed duplicate dependency (#9021) --- rpc/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 8487844bd..b6daa2d40 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -53,7 +53,6 @@ ethjson = { path = "../json" } ethkey = { path = "../ethkey" } ethstore = { path = "../ethstore" } fetch = { path = "../util/fetch" } -hardware-wallet = { path = "../hw" } keccak-hash = { path = "../util/hash" } node-health = { path = "../dapps/node-health" } parity-reactor = { path = "../util/reactor" }