From 63009aa15587767d4ae0e00fe3c1b33aee656857 Mon Sep 17 00:00:00 2001 From: jbrookins13 Date: Sun, 29 Dec 2019 20:26:23 -0500 Subject: [PATCH] Added 2.0.0 rustls feature name change --- MIGRATION.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/MIGRATION.md b/MIGRATION.md index 14bd52bbb..0f05b3059 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -17,6 +17,20 @@ * `ResponseError` trait has been reafctored. `ResponseError::error_response()` renders http response. +* Feature `rust-tls` renamed to `rustls` + + instead of + + ```rust + actix-web = { version = "2.0.0", features = ["rust-tls"] } + ``` + + use + + ```rust + actix-web = { version = "2.0.0", features = ["rustls"] } + ``` + ## 1.0.1