From bca41f8d4006bb567eb1ab258c49b24d65e7ef59 Mon Sep 17 00:00:00 2001 From: Peter Hall Date: Fri, 10 Jan 2020 19:53:17 +0000 Subject: [PATCH] Changes to Cors builder (#1266) Co-authored-by: Yuki Okushi --- MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index 91d614e52..529f9714d 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -44,7 +44,7 @@ ```rust actix-web = { version = "2.0.0", features = ["openssl"] } ``` - +* `Cors` builder now requires that you call `.finish()` to construct the middleware ## 1.0.1