X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-background-processor%2FCargo.toml;fp=lightning-background-processor%2FCargo.toml;h=531678325eb1643da225bf1272dc61568885b4cf;hb=c575429639a388ef3d5fc2b036163914bc947c57;hp=f5e90e1410d27ea226b1d67c82c48aab316a280a;hpb=11d644824efc78624330a7acbc96eabf9d481e89;p=rust-lightning diff --git a/lightning-background-processor/Cargo.toml b/lightning-background-processor/Cargo.toml index f5e90e14..53167832 100644 --- a/lightning-background-processor/Cargo.toml +++ b/lightning-background-processor/Cargo.toml @@ -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]