From f22955315839a2aa03fcfc1f0c3e00da4844915b Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 31 Oct 2016 19:58:04 -0700 Subject: [PATCH] Mention 0.7 README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 54f208b4..cb154412 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ [Documentation](https://sfackler.github.io/rust-openssl/doc/v0.8.3/openssl). +## Warning + +This README does not correspond to rust-openssl 0.7.x. See +[here](https://github.com/sfackler/rust-openssl/blob/b8fb29db5c246175a096260eacca38180cd77dd0/README.md) +for that README. + ## Building rust-openssl depends on the OpenSSL runtime libraries version 1.0.1 or above.