Skip to content

Commit

Permalink
Remove default-features from nom
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwennerberg committed Apr 6, 2021
1 parent 514735e commit bce16aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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 = { version = "0.4", default-features = false }
lazy_static = "1.4"
Expand Down

0 comments on commit bce16aa

Please sign in to comment.