From 8dd3181e048323c9c9c3cefbf155f41b3d1abf12 Mon Sep 17 00:00:00 2001 From: mdecimus Date: Sun, 26 Jan 2025 15:39:24 +0100 Subject: [PATCH] v0.6.1 --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 986f8c4..c592e71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,9 +26,8 @@ test = [] ahash = "0.8.0" ed25519-dalek = { version = "2.0", optional = true } flate2 = "1.0.25" -mail-parser = { path = "../mail-parser", features = ["full_encoding"] } -#mail-parser = { version = "0.10", features = ["full_encoding"] } -mail-builder = { version = "0.3", features = ["ludicrous_mode"] } +mail-parser = { version = "0.10", features = ["full_encoding"] } +mail-builder = { version = "0.4" } quick-xml = { version = "0.37", optional = true } ring = { version = "0.17", optional = true } rsa = { version = "0.9.6", optional = true }