diff --git a/Cargo.lock b/Cargo.lock index 65e5b5ab8..8bc8c86ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,7 +31,6 @@ dependencies = [ "rpassword 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "schedule_recv 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "syntex 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1141,14 +1140,6 @@ dependencies = [ "semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "schedule_recv" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "semver" version = "0.1.20" diff --git a/Cargo.toml b/Cargo.toml index 2fd36083a..72a104551 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,6 @@ ethcore-ipc-hypervisor = { path = "ipc/hypervisor" } json-ipc-server = { git = "https://github.com/ethcore/json-ipc-server.git" } ethcore-dapps = { path = "dapps", optional = true } clippy = { version = "0.0.79", optional = true} -schedule_recv = "0.1" [target.'cfg(windows)'.dependencies] winapi = "0.2"