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:
parent
3105bca13b
commit
edd26837dd
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue