Remove unused features from chrono
This commit is contained in:
parent
2653c82768
commit
514735e920
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ bufstream = "0.1"
|
|||
imap-proto = "0.14.0"
|
||||
nom = "6.0"
|
||||
base64 = "0.13"
|
||||
chrono = "0.4"
|
||||
chrono = { version = "0.4", default-features = false }
|
||||
lazy_static = "1.4"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue