Remove default-features from nom
This commit is contained in:
parent
514735e920
commit
bce16aae66
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ native-tls = { version = "0.2.2", optional = true }
|
||||||
regex = "1.0"
|
regex = "1.0"
|
||||||
bufstream = "0.1"
|
bufstream = "0.1"
|
||||||
imap-proto = "0.14.0"
|
imap-proto = "0.14.0"
|
||||||
nom = "6.0"
|
nom = { version = "6.0", default-features = false }
|
||||||
base64 = "0.13"
|
base64 = "0.13"
|
||||||
chrono = { version = "0.4", default-features = false }
|
chrono = { version = "0.4", default-features = false }
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue