Skip to content

Commit 396df07

Browse files
committed
[web-frameworks] Mention support for both actix-web versions 1 and 2
1 parent 8e8e078 commit 396df07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/web-frameworks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Maud includes support for these web frameworks: [Actix], [Iron], [Rocket], and [
99

1010
# Actix
1111

12-
Actix support is available with the "actix-web" feature:
12+
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.:
1313

1414
```toml
1515
# ...

0 commit comments

Comments
 (0)