From: Giles Cope Date: Sat, 11 Sep 2021 19:11:10 +0000 (+0100) Subject: Not needed now. We refer to std::futures. X-Git-Tag: v0.0.101~22^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=b74ab25b61c3df2455cbbe52980704c839292bdd;p=rust-lightning Not needed now. We refer to std::futures. --- diff --git a/lightning-block-sync/Cargo.toml b/lightning-block-sync/Cargo.toml index 2a8ff0c6..0902cc32 100644 --- a/lightning-block-sync/Cargo.toml +++ b/lightning-block-sync/Cargo.toml @@ -20,7 +20,6 @@ tokio = { version = "1.0", features = [ "io-util", "net", "time" ], optional = t serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true } chunked_transfer = { version = "1.4", optional = true } -futures = { version = "0.3" } [dev-dependencies] tokio = { version = "1.0", features = [ "macros", "rt" ] }