Skip to content

Commit 4108917

Browse files
authored
Merge pull request #189 from alexwennerberg/master
Remove unused features from chrono, nom
2 parents 2653c82 + bce16aa commit 4108917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ native-tls = { version = "0.2.2", optional = true }
2222
regex = "1.0"
2323
bufstream = "0.1"
2424
imap-proto = "0.14.0"
25-
nom = "6.0"
25+
nom = { version = "6.0", default-features = false }
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)