Skip to content

Commit

Permalink
update dependency specs in user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jan 12, 2018
1 parent 3105bca commit edd2683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/src/qs_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit edd2683

Please sign in to comment.