From 67793c5d92e06f3ec9c2131c580df842889b3718 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 30 Dec 2019 21:22:04 +0600 Subject: [PATCH] add ssl feature migration --- MIGRATION.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index 0f05b3059..91d614e52 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -20,7 +20,7 @@ * Feature `rust-tls` renamed to `rustls` instead of - + ```rust actix-web = { version = "2.0.0", features = ["rust-tls"] } ``` @@ -31,6 +31,20 @@ actix-web = { version = "2.0.0", features = ["rustls"] } ``` +* Feature `ssl` renamed to `openssl` + + instead of + + ```rust + actix-web = { version = "2.0.0", features = ["ssl"] } + ``` + + use + + ```rust + actix-web = { version = "2.0.0", features = ["openssl"] } + ``` + ## 1.0.1