Skip to content

Commit 007c06b

Browse files
authored
Merge pull request #110 from tnull/2023-08-no-chrono-default-features
2 parents b7daadc + 8af0fe6 commit 007c06b

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
@@ -23,7 +23,7 @@ bech32 = "0.8"
2323
hex = "0.3"
2424
libc = "0.2"
2525

26-
chrono = "0.4"
26+
chrono = { version = "0.4", default-features = false, features = ["clock"] }
2727
rand = "0.4"
2828
serde_json = { version = "1.0" }
2929
tokio = { version = "1", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }

0 commit comments

Comments
 (0)