1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-02-22 13:56:19 +00: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.