diff --git a/Cargo.toml b/Cargo.toml index 23eed10..ca9300e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lettre" # remember to update html_root_url and README.md (Cargo.toml example and deps.rs badge) -version = "0.10.0-rc.6" +version = "0.10.0-rc.7" description = "Email client" readme = "README.md" homepage = "https://lettre.rs" @@ -29,7 +29,7 @@ mime = { version = "0.3.4", optional = true } fastrand = { version = "1.4", optional = true } quoted_printable = { version = "0.4", optional = true } base64 = { version = "0.13", optional = true } -email-encoding = { git = "https://github.com/lettre/email-encoding.git", rev = "ac7ab8630b8d012ade63869c89b2855e27b3ce7a", optional = true } +email-encoding = { version = "0.1.1", optional = true } # file transport uuid = { version = "1", features = ["v4"], optional = true } diff --git a/README.md b/README.md index 44dc7d0..4d2ce83 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@