Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Jan 26, 2025
1 parent f9183b4 commit 8dd3181
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 8dd3181

Please sign in to comment.