1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00

update dependency specs in user guide

This commit is contained in:
Nikolay Kim 2018-01-12 12:54:57 -08:00
parent 3105bca13b
commit edd26837dd

View File

@ -20,8 +20,8 @@ contains the following:
```toml
[dependencies]
actix = "0.3"
actix-web = { git = "https://github.com/actix/actix-web" }
actix = "0.4"
actix-web = "0.3"
```
In order to implement a web server, first we need to create a request handler.