We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b018920 + 4a7da66 commit 5029b2fCopy full SHA for 5029b2f
1 file changed
Cargo.toml
@@ -63,7 +63,7 @@ bitcoin = "0.29.2"
63
bip39 = "2.0.0"
64
65
rand = "0.8.5"
66
-chrono = "0.4"
+chrono = { version = "0.4", default-features = false, features = ["serde", "clock"] }
67
futures = "0.3"
68
serde_json = { version = "1.0" }
69
tokio = { version = "1", default-features = false, features = [ "rt-multi-thread", "time", "sync" ] }
0 commit comments