1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-31 19:37:00 +02:00

remove reference to master

This commit is contained in:
Nikolay Kim
2018-04-10 10:29:10 -07:00
parent 81ac905c7b
commit fd87eb59f8
3 changed files with 5 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ contains the following:
```toml
[dependencies]
actix = "0.5"
actix-web = { git="https://github.com/actix/actix-web.git" }
actix-web = "0.5"
```
In order to implement a web server, we first need to create a request handler.