1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +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 ```toml
[dependencies] [dependencies]
actix = "0.4" actix = "0.5"
actix-web = "0.3" actix-web = "0.4"
``` ```
In order to implement a web server, first we need to create a request handler. In order to implement a web server, first we need to create a request handler.