From: Matt Corallo <649246+TheBlueMatt@users.noreply.github.com> Date: Mon, 7 Aug 2023 03:05:42 +0000 (+0000) Subject: Merge pull request #110 from tnull/2023-08-no-chrono-default-features X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=007c06b478545321dcd09be211bca4432c3eb976;hp=b7daadc95bb35d9e9b7ad29d90c6531de000de8a;p=ldk-sample Merge pull request #110 from tnull/2023-08-no-chrono-default-features --- 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" ] }