Replace `futures` `select` with our own select enum to fix MSRV
[rust-lightning] / lightning-background-processor / Cargo.toml
index 6a4925a0be007b6609d4e2ef2f0f10ac3066932c..fe4f272385832f1798d04415313fc876d3870ede 100644 (file)
@@ -23,7 +23,7 @@ default = ["std"]
 bitcoin = { version = "0.29.0", default-features = false }
 lightning = { version = "0.0.114", path = "../lightning", default-features = false }
 lightning-rapid-gossip-sync = { version = "0.0.114", path = "../lightning-rapid-gossip-sync", default-features = false }
-futures-util = { version = "0.3", default-features = false, features = ["async-await-macro"], optional = true }
+futures-util = { version = "0.3", default-features = false, optional = true }
 
 [dev-dependencies]
 lightning = { version = "0.0.114", path = "../lightning", features = ["_test_utils"] }