We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9486edc commit a356095Copy full SHA for a356095
imap-proto/Cargo.toml
@@ -16,7 +16,7 @@ azure-devops = { project = "dochtman/Projects", pipeline = "tokio-imap", build =
16
maintenance = { status = "passively-maintained" }
17
18
[dependencies]
19
-nom = "5"
+nom = { version = "5", default-features = false, features = ["std"] }
20
21
[dev-dependencies]
22
assert_matches = "1.3"
0 commit comments