From 34d1b6ab361cf5294fa82f994fc9b69148e240d7 Mon Sep 17 00:00:00 2001 From: Christopher Czyba Date: Sat, 7 Mar 2020 13:53:42 +0100 Subject: [PATCH] Revert "[web-frameworks] Mention support for both actix-web versions 1 and 2" This reverts commit 396df07da4de5e34a15c416e0ad4bcc1f2d673d0. --- docs/content/web-frameworks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/web-frameworks.md b/docs/content/web-frameworks.md index 5cf231bf..e4490321 100644 --- a/docs/content/web-frameworks.md +++ b/docs/content/web-frameworks.md @@ -9,7 +9,7 @@ Maud includes support for these web frameworks: [Actix], [Iron], [Rocket], and [ # Actix -Actix support is available with the "actix-web" or the "actix-web-2" feature. The "actix-web" feature enables usage of 1.0.0 <= actix-web < 2.0.0 wheras "actix-web-2" enables the usage of version 2.: +Actix support is available with the "actix-web" feature: ```toml # ...