Przeglądaj źródła

change mail-parser dep to upstream repo

The changes I made there have already been merged, albeit not
released yet.
Johann150 2 lat temu
rodzic
commit
15f396e1d5
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 1 - 1
Cargo.lock

@@ -37,7 +37,7 @@ source = "git+https://github.com/alexwennerberg/mail-builder#f276c3625316cafb570
 [[package]]
 name = "mail-parser"
 version = "0.4.8"
-source = "git+https://github.com/Johann150/mail-parser#d8ad0b48e0623651fd64e4a3fa53b127af96bc52"
+source = "git+https://github.com/stalwartlabs/mail-parser#0064d3443a67c2f50e462e6c2339505463980d8e"
 
 [[package]]
 name = "memchr"

+ 1 - 1
Cargo.toml

@@ -12,6 +12,6 @@ anyhow = "1.0.52"
 linkify = "0.8.0" 
 # using my fork just to upstream patches faster.
 mail-builder = {git = "https://github.com/alexwennerberg/mail-builder"}
-mail-parser = {git = "https://github.com/Johann150/mail-parser", default-features=false}
+mail-parser = {git = "https://github.com/stalwartlabs/mail-parser", default-features=false}
 once_cell = "1.9.0"
 urlencoding = "2.1.0"