Drop `allow_wallclock_use` feature in favor of simply using `std`
[rust-lightning] / lightning-background-processor / Cargo.toml
index f5e90e1410d27ea226b1d67c82c48aab316a280a..531678325eb1643da225bf1272dc61568885b4cf 100644 (file)
@@ -11,7 +11,7 @@ edition = "2018"
 
 [dependencies]
 bitcoin = "0.27"
-lightning = { version = "0.0.103", path = "../lightning", features = ["allow_wallclock_use"] }
+lightning = { version = "0.0.103", path = "../lightning", features = ["std"] }
 lightning-persister = { version = "0.0.103", path = "../lightning-persister" }
 
 [dev-dependencies]