Skip to content

Commit 514735e

Browse files
Remove unused features from chrono
1 parent 2653c82 commit 514735e

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
@@ -24,7 +24,7 @@ bufstream = "0.1"
2424
imap-proto = "0.14.0"
2525
nom = "6.0"
2626
base64 = "0.13"
27-
chrono = "0.4"
27+
chrono = { version = "0.4", default-features = false }
2828
lazy_static = "1.4"
2929

3030
[dev-dependencies]

0 commit comments

Comments
 (0)