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