mirror of
https://github.com/actix/actix-web.git
synced 2025-02-21 05:16:17 +00:00
update versions in guide
This commit is contained in:
parent
8994732227
commit
b339ea0a3a
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue