From: Jeffrey Czyz Date: Mon, 7 Aug 2023 19:35:09 +0000 (-0500) Subject: Merge pull request #109 from valentinewallace/2023-07-detect-bgproc-exit X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=34a748c1e5b7ace1904eaec80d56f20e8be81ec4;hp=508c202a6070302c9ea0ec4e2d7b73b5a7cc2c37;p=ldk-sample Merge pull request #109 from valentinewallace/2023-07-detect-bgproc-exit Detect if the background processor exits early and shutdown if so --- diff --git a/Cargo.toml b/Cargo.toml index 0e95be6..dbd703e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ bech32 = "0.8" hex = "0.3" libc = "0.2" -chrono = "0.4" +chrono = { version = "0.4", default-features = false, features = ["clock"] } rand = "0.4" serde_json = { version = "1.0" } tokio = { version = "1", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }