1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-09-09 05:08:32 +00: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.