X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=inline;f=Cargo.toml;fp=Cargo.toml;h=dbd703e71d652b9cd7e05a3f24d807a000e36b0b;hb=007c06b478545321dcd09be211bca4432c3eb976;hp=0e95be6a569cf1f5fa3bf1c6dd022aec3681afd1;hpb=b7daadc95bb35d9e9b7ad29d90c6531de000de8a;p=ldk-sample 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" ] }