[web-frameworks] Mention support for both actix-web versions 1 and 2
This commit is contained in:
parent
8e8e078dc4
commit
396df07da4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Maud includes support for these web frameworks: [Actix], [Iron], [Rocket], and [
|
|||
|
||||
# Actix
|
||||
|
||||
Actix support is available with the "actix-web" feature:
|
||||
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.:
|
||||
|
||||
```toml
|
||||
# ...
|
||||
|
|
Loading…
Add table
Reference in a new issue