1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 08:22:59 +01:00

update versions in guide

This commit is contained in:
Nikolay Kim 2018-02-27 23:31:43 -08:00
parent 8994732227
commit b339ea0a3a

View File

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