mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
update dependency specs in user guide
This commit is contained in:
parent
3105bca13b
commit
edd26837dd
@ -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 New Issue
Block a user