From edd26837dd76d18cfb1bef3612a47a2145e3e1de Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 12 Jan 2018 12:54:57 -0800 Subject: [PATCH] update dependency specs in user guide --- guide/src/qs_2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/src/qs_2.md b/guide/src/qs_2.md index 66eb540e0..80852895e 100644 --- a/guide/src/qs_2.md +++ b/guide/src/qs_2.md @@ -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.