From 1afbf98378cdc940502029777770a49197f654dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Montgomery=20Edwards=E2=81=B4=E2=81=B4=E2=81=B8?= <57072051+x448@users.noreply.github.com> Date: Sun, 26 Apr 2020 17:17:54 -0500 Subject: [PATCH] Update list of OpenSSL versions supported (#890) Update Requirements for Linux to include OpenSSL 1.1.1. sfackler/rust-openssl supports OpenSSL 1.0.1 through 1.1.1, but its docs are out of date. Closes #889 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e43c5a4..28a24dd 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ fn main() -> Result<(), Box> { On Linux: -- OpenSSL 1.0.1, 1.0.2, or 1.1.0 with headers (see https://github.com/sfackler/rust-openssl) +- OpenSSL 1.0.1, 1.0.2, 1.1.0, or 1.1.1 with headers (see https://github.com/sfackler/rust-openssl) On Windows and macOS: