@@ -20,7 +20,7 @@ exclude = [
2020]
2121
2222[workspace .package ]
23- version = " 0.1.4 "
23+ version = " 0.1.5 "
2424edition = " 2024"
2525authors = [" Andrew Jewell Sr. <devops@automatanexus.com>" ]
2626license = " MIT OR Apache-2.0"
@@ -31,12 +31,12 @@ keywords = ["email", "email-templates", "smtp", "transactional-email", "rust"]
3131categories = [" email" , " web-programming" ]
3232
3333[workspace .dependencies ]
34- ferrum-email-core = { path = " crates/ferrum-email-core" , version = " 0.1.4 " }
35- ferrum-email-components = { path = " crates/ferrum-email-components" , version = " 0.1.4 " }
36- ferrum-email-render = { path = " crates/ferrum-email-render" , version = " 0.1.4 " }
37- ferrum-email-send = { path = " crates/ferrum-email-send" , version = " 0.1.4 " }
38- ferrum-email-preview = { path = " crates/ferrum-email-preview" , version = " 0.1.4 " }
39- ferrum-email-macros = { path = " crates/ferrum-email-macros" , version = " 0.1.4 " }
34+ ferrum-email-core = { path = " crates/ferrum-email-core" , version = " 0.1.5 " }
35+ ferrum-email-components = { path = " crates/ferrum-email-components" , version = " 0.1.5 " }
36+ ferrum-email-render = { path = " crates/ferrum-email-render" , version = " 0.1.5 " }
37+ ferrum-email-send = { path = " crates/ferrum-email-send" , version = " 0.1.5 " }
38+ ferrum-email-preview = { path = " crates/ferrum-email-preview" , version = " 0.1.5 " }
39+ ferrum-email-macros = { path = " crates/ferrum-email-macros" , version = " 0.1.5 " }
4040
4141tokio = { version = " 1" , features = [" full" ] }
4242async-trait = " 0.1"
0 commit comments