From ba549bd5590d7bc940db8ea63c8d0c7e6a7e08ef Mon Sep 17 00:00:00 2001 From: Hocuri Date: Tue, 9 Jun 2020 14:03:31 +0200 Subject: [PATCH] Revert "Use cloned repos until https://github.com/deltachat/rust-email/pull/4 is merged" This reverts commit df66f16c84f1a827619e67b3b989a6070f526f31. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d7b1ac856..f3ade2bf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,8 +21,8 @@ surf = { version = "2.0.0-alpha.2", default-features = false, features = ["h1-cl num-derive = "0.3.0" num-traits = "0.2.6" async-smtp = { version = "0.3" } -email = { git = "https://github.com/Hocuri/rust-email", branch = "master" } -lettre_email = { git = "https://github.com/Hocuri/lettre", branch = "master" } +email = { git = "https://github.com/deltachat/rust-email", branch = "master" } +lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" } async-imap = "0.3.1" async-native-tls = { version = "0.3.3" } async-std = { version = "1.6.0", features = ["unstable"] }