Skip to content

Commit

Permalink
Merge pull request #189 from alexwennerberg/master
Browse files Browse the repository at this point in the history
Remove unused features from chrono, nom
  • Loading branch information
jonhoo committed Apr 7, 2021
2 parents 2653c82 + bce16aa commit 4108917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ native-tls = { version = "0.2.2", optional = true }
regex = "1.0"
bufstream = "0.1"
imap-proto = "0.14.0"
nom = "6.0"
nom = { version = "6.0", default-features = false }
base64 = "0.13"
chrono = "0.4"
chrono = { version = "0.4", default-features = false }
lazy_static = "1.4"

[dev-dependencies]
Expand Down

0 comments on commit 4108917

Please sign in to comment.