Skip to content

Commit bce16aa

Browse files
Remove default-features from nom
1 parent 514735e commit bce16aa

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
@@ -22,7 +22,7 @@ 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"
2727
chrono = { version = "0.4", default-features = false }
2828
lazy_static = "1.4"

0 commit comments

Comments
 (0)