Skip to content

Commit a356095

Browse files
committed
Disable nom default features
1 parent 9486edc commit a356095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imap-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ azure-devops = { project = "dochtman/Projects", pipeline = "tokio-imap", build =
1616
maintenance = { status = "passively-maintained" }
1717

1818
[dependencies]
19-
nom = "5"
19+
nom = { version = "5", default-features = false, features = ["std"] }
2020

2121
[dev-dependencies]
2222
assert_matches = "1.3"

0 commit comments

Comments
 (0)