From 826fc62299f0f27b6ddb96a7935a652e31d81e1f Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 27 Jan 2018 22:44:50 -0800 Subject: [PATCH] disable websocket-chat example --- .travis.yml | 2 +- examples/state/Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 47f61251..53c6eee7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ script: cd examples/template_tera && cargo check && cd ../.. cd examples/diesel && cargo check && cd ../.. cd examples/tls && cargo check && cd ../.. - cd examples/websocket-chat && cargo check && cd ../.. + # cd examples/websocket-chat && cargo check && cd ../.. cd examples/websocket && cargo check && cd ../.. fi - | diff --git a/examples/state/Cargo.toml b/examples/state/Cargo.toml index 0880ced5..e572cb0e 100644 --- a/examples/state/Cargo.toml +++ b/examples/state/Cargo.toml @@ -7,5 +7,6 @@ workspace = "../.." [dependencies] futures = "*" env_logger = "0.5" -actix = "0.4" +#actix = "0.4.6" +actix = {git = "https://github.com/actix/actix.git"} actix-web = { path = "../../" }