Skip to content

Commit

Permalink
build: use mailbuilder from crates.io
Browse files Browse the repository at this point in the history
This gets rid of the last git dependency.
  • Loading branch information
link2xt committed Mar 9, 2025
1 parent 58b7efe commit 287829d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ iroh-gossip = { version = "0.32", default-features = false, features = ["net"] }
iroh = { version = "0.32", default-features = false }
kamadak-exif = "0.6.1"
libc = { workspace = true }
mail-builder = { git = "https://github.com/stalwartlabs/mail-builder", branch = "main", default-features = false }
mail-builder = { version = "0.4.2", default-features = false }
mailparse = "0.16.1"
mime = "0.3.17"
num_cpus = "1.16"
Expand Down
6 changes: 0 additions & 6 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,3 @@ expression = "MIT AND ISC AND OpenSSL"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 },
]

[sources.allow-org]
# Organisations which we allow git sources from.
github = [
"stalwartlabs",
]

0 comments on commit 287829d

Please sign in to comment.