From 72b7c21c88f8cc977266e8657093658d87bc6a34 Mon Sep 17 00:00:00 2001 From: osmarks Date: Sun, 11 Nov 2018 10:05:01 +0000 Subject: [PATCH] Use a (rust-)openssl version which is not broken --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f42b0d1..f3fbfee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,7 @@ calculate = "0.5" ddg = "0.5" regex = "1.0" reqwest = "0.9" -lazy_static = "1.2" \ No newline at end of file +lazy_static = "1.2" + +[patch.crates-io] +openssl = { git = "https://github.com/ishitatsuyuki/rust-openssl", branch = "0.9.x" } \ No newline at end of file