Remove duplicate line.

This commit is contained in:
Gav Wood 2016-12-15 18:24:18 +01:00
parent c12702fc51
commit fa319ff64c
No known key found for this signature in database
GPG Key ID: C49C1ACA1CC9B252
2 changed files with 3 additions and 4 deletions

6
Cargo.lock generated
View File

@ -1329,7 +1329,6 @@ dependencies = [
]
[[package]]
<<<<<<< HEAD
name = "parity-hash-fetch"
version = "1.5.0"
dependencies = [
@ -1339,7 +1338,9 @@ dependencies = [
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
"mime_guess 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
=======
]
[[package]]
name = "parity-rpc-client"
version = "1.4.0"
dependencies = [
@ -1357,7 +1358,6 @@ dependencies = [
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"url 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ws 0.5.3 (git+https://github.com/ethcore/ws-rs.git?branch=mio-upstream-stable)",
>>>>>>> origin/master
]
[[package]]

View File

@ -47,7 +47,6 @@ ethcore-ipc-hypervisor = { path = "ipc/hypervisor" }
ethcore-logger = { path = "logger" }
ethcore-stratum = { path = "stratum" }
ethcore-dapps = { path = "dapps", optional = true }
clippy = { version = "0.0.103", optional = true}
rpc-cli = { path = "rpc_cli" }
parity-rpc-client = { path = "rpc_client" }
ethcore-light = { path = "ethcore/light" }