Skip to content

Commit 8dd3181

Browse files
committed
v0.6.1
1 parent f9183b4 commit 8dd3181

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ test = []
2626
ahash = "0.8.0"
2727
ed25519-dalek = { version = "2.0", optional = true }
2828
flate2 = "1.0.25"
29-
mail-parser = { path = "../mail-parser", features = ["full_encoding"] }
30-
#mail-parser = { version = "0.10", features = ["full_encoding"] }
31-
mail-builder = { version = "0.3", features = ["ludicrous_mode"] }
29+
mail-parser = { version = "0.10", features = ["full_encoding"] }
30+
mail-builder = { version = "0.4" }
3231
quick-xml = { version = "0.37", optional = true }
3332
ring = { version = "0.17", optional = true }
3433
rsa = { version = "0.9.6", optional = true }

0 commit comments

Comments
 (0)