Disable unused chrono crate features

This commit is contained in:
link2xt
2022-06-11 19:17:44 +00:00
parent f1ded231ed
commit 2361042ede

View File

@@ -28,7 +28,7 @@ async-tar = { version = "0.4", default-features=false }
backtrace = "0.3"
base64 = "0.13"
bitflags = "1.3"
chrono = "0.4"
chrono = { version = "0.4", default-features=false, features = ["clock", "std"] }
dirs = { version = "4", optional=true }
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
encoded-words = { git = "https://github.com/async-email/encoded-words", branch="master" }