1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-03 08:41:55 +00:00

disable websocket-chat example

This commit is contained in:
Nikolay Kim 2018-01-27 22:44:50 -08:00
parent 5dd2e7523d
commit 826fc62299
2 changed files with 3 additions and 2 deletions

View file

@ -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
- |

View file

@ -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 = "../../" }