Skip to content

Commit 4a7da66

Browse files
author
Justin Moeller
committed
chore: dont use chrono default features
1 parent b018920 commit 4a7da66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ bitcoin = "0.29.2"
6363
bip39 = "2.0.0"
6464

6565
rand = "0.8.5"
66-
chrono = "0.4"
66+
chrono = { version = "0.4", default-features = false, features = ["serde", "clock"] }
6767
futures = "0.3"
6868
serde_json = { version = "1.0" }
6969
tokio = { version = "1", default-features = false, features = [ "rt-multi-thread", "time", "sync" ] }

0 commit comments

Comments
 (0)