From 0654a65935f5c25774719435a568a384bd1f185d Mon Sep 17 00:00:00 2001 From: togir <marvin@weiler.rocks> Date: Tue, 8 Mar 2022 10:46:00 +0000 Subject: [PATCH] Revert "added the openssl-sys to the cargo.toml" This reverts commit 50b257652da77f924722dda415f726ec33057aea --- Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8b9d452..3ec3e0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,3 @@ lettre = { version = "0.10.0-rc.4", features = [ "smtp-transport", "native-tls", ] } -openssl-sys = "*" - -[features] -# Force openssl-sys to staticly link in the openssl library. Necessary when -# cross compiling to x86_64-unknown-linux-musl and 32 bit. -vendored = ["openssl-sys/vendored"] - -- GitLab